libsheepy
Data Fields
fibersT Struct Reference

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...
 

Detailed Description

data type for fiber system

Definition at line 6838 of file libsheepy.h.

Field Documentation

◆ jumpBuffers

jmp_buf fibersT::jumpBuffers[tCount]

setjmp buffers for fibers

Definition at line 6842 of file libsheepy.h.

◆ L

fiberLT fibersT::L

running fibers

Definition at line 6846 of file libsheepy.h.

◆ startL

fiberLT fibersT::startL

fibers to start

Definition at line 6850 of file libsheepy.h.

◆ context

void* fibersT::context[tCount]

fiber context data

Definition at line 6854 of file libsheepy.h.

◆ F

void(* fibersT::F[tCount])(int thisSlot)

fiber functions

Definition at line 6858 of file libsheepy.h.


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