|
mc_rtc
2.14.0
|
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 > |
| using mc_rtc::threading::MakeAsyncJob = typedef AsyncJob<Derived, Input, Result> |