19 #ifndef MIR_EXECUTOR_H_ 20 #define MIR_EXECUTOR_H_ 49 virtual void spawn(std::function<
void()>&& work) = 0;
57 #endif // MIR_EXECUTOR_H_ Definition: as_render_target.h:27
virtual void spawn(std::function< void()> &&work)=0
Schedule some function to be called sometime in the future.
virtual ~Executor()=default
An executor abstraction mostly compatible with C++ proposal N4414.
Definition: executor.h:38