libcaf
0.13.2
|
Identifies an execution unit, e.g., a worker thread of the scheduler. More...
#include <execution_unit.hpp>
Public Member Functions | |
virtual void | exec_later (resumable *ptr)=0 |
Enqueues ptr to the job list of the execution unit. More... | |
Identifies an execution unit, e.g., a worker thread of the scheduler.
|
pure virtual |
Enqueues ptr
to the job list of the execution unit.