|
Lely core libraries 2.3.5
|
The context of a fiber used for executing tasks. More...

Data Fields | |
| fiber_t * | fiber |
| A pointer to the fiber containing this context. | |
| struct ev_fiber_ctx * | next |
| A pointer to the next fiber in the list of unused fibers. | |
| struct ev_fiber_exec * | exec |
| The executor using this fiber. | |
| struct ev_task | task |
| The task used to resume the fiber. | |
| struct sllist | queue |
| The queue of deferred tasks. | |
The context of a fiber used for executing tasks.
The context is allocated on the stack of the fiber.
Definition at line 130 of file fiber_exec.c.