librfn
An ad-hoc utility library
Data Fields
fibre_eventq Struct Reference

Fibre and eventq descriptor. More...

#include <fibre.h>

Data Fields

fibre_t fibre
 
messageq_t eventq
 

Detailed Description

Fibre and eventq descriptor.

This descriptor is a fibre and messag queue bound together so that events can be passed to the fibre.

Allows the fibre to be automatically scheduled if events are passed using fibre_eventq_send().

Definition at line 86 of file fibre.h.

Field Documentation

messageq_t eventq

Definition at line 88 of file fibre.h.

Definition at line 87 of file fibre.h.


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