|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
Lives on the suspended fiber's stack; the worker fills it from the completion and the fiber reads it on resume. More...
Data Fields | |
| ERROR_HEADER | |
| srn_fiber_t * | fiber |
| size_t | result |
| uint32_t | addrlen |
Lives on the suspended fiber's stack; the worker fills it from the completion and the fiber reads it on resume.
It mirrors the completion's payload minus the routing token, and is itself a fallible value (maybe_error null on success).
| srn_fiber_t* io_waiter_t::fiber |