Caller-owned parallel execution agent for the FiberJob runtime. More...
#include <Fibers.h>
Public Member Functions | |
| FiberJobWorker (const FiberJobWorker &)=delete | |
| FiberJobWorker & | operator= (const FiberJobWorker &)=delete |
| bool | isActive () const |
| FiberJobScheduler * | scheduler () |
| const FiberJobScheduler * | scheduler () const |
| FiberJob * | runningJob () |
| const FiberJob * | runningJob () const |
Friends | |
| struct | FiberJobScheduler |
| struct | FiberJobWorkerPool |
Caller-owned parallel execution agent for the FiberJob runtime.