|
libsheepy
|
data type for fiber system More...
#include <libsheepy.h>
Data Fields | |
| jmp_buf | jumpBuffers [tCount] |
| setjmp buffers for fibers More... | |
| fiberLT | L |
| running fibers More... | |
| fiberLT | startL |
| fibers to start More... | |
| void * | context [tCount] |
| fiber context data More... | |
| void(* | F [tCount])(int thisSlot) |
| fiber functions More... | |
data type for fiber system
Definition at line 6838 of file libsheepy.h.
| jmp_buf fibersT::jumpBuffers[tCount] |
setjmp buffers for fibers
Definition at line 6842 of file libsheepy.h.
| fiberLT fibersT::L |
running fibers
Definition at line 6846 of file libsheepy.h.
| fiberLT fibersT::startL |
fibers to start
Definition at line 6850 of file libsheepy.h.
| void* fibersT::context[tCount] |
fiber context data
Definition at line 6854 of file libsheepy.h.
| void(* fibersT::F[tCount])(int thisSlot) |
fiber functions
Definition at line 6858 of file libsheepy.h.
1.8.13