mc_rtc  2.14.0
mc_rtc::threading Namespace Reference

Classes

struct  AsyncJob
 Helper base class for asynchronous jobs using CRTP. More...
 

Typedefs

template<typename Derived , typename Input , typename Result >
using MakeAsyncJob = AsyncJob< Derived, Input, Result >
 

Typedef Documentation

◆ MakeAsyncJob

template<typename Derived , typename Input , typename Result >
using mc_rtc::threading::MakeAsyncJob = typedef AsyncJob<Derived, Input, Result>