Lely core libraries  2.3.4
ev_fiber_ctx Struct Reference

The context of a fiber used for executing tasks. More...

Collaboration diagram for ev_fiber_ctx:

Data Fields

fiber_tfiber
 A pointer to the fiber containing this context.
 
struct ev_fiber_ctxnext
 A pointer to the next fiber in the list of unused fibers.
 
struct ev_fiber_execexec
 The executor using this fiber.
 
struct ev_task task
 The task used to resume the fiber.
 
struct sllist queue
 The queue of deferred tasks.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: