|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
The saved context of a suspended fiber is a single word: its stack pointer at the moment it was switched away from. More...
#include <fiber.h>
Data Fields | |
| void * | sp |
The saved context of a suspended fiber is a single word: its stack pointer at the moment it was switched away from.
The callee-saved registers live on the fiber's own stack, pushed by srn_fiber_swap and popped when it is resumed.