mc_rtc  2.14.0
AsyncJob.h File Reference
#include <mc_rtc/clock.h>
#include <mc_rtc/gui/StateBuilder.h>
#include <mc_rtc/log/Logger.h>
#include <future>
#include <optional>
Include dependency graph for AsyncJob.h:

Go to the source code of this file.

Classes

struct  mc_rtc::threading::AsyncJob< Derived, Input, Result >
 Helper base class for asynchronous jobs using CRTP. More...
 
struct  mc_rtc::threading::AsyncJob< Derived, Input, Result >::Timers
 

Namespaces

 mc_rtc
 
 mc_rtc::threading
 

Typedefs

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