Class NonBlockingExecutor¶
Defined in File executor.h
Inheritance Relationships¶
Base Type¶
public mir::Executor
(Class Executor)
Derived Type¶
public mir::ThreadPoolExecutor
(Class ThreadPoolExecutor)
Class Documentation¶
-
class NonBlockingExecutor : public mir::Executor¶
An executor which never blocks the spawn() method on work completing.
Subclassed by mir::ThreadPoolExecutor