µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
Data Fields
uel_pipeline_t Struct Reference

A pipeline is an ordered closure list to be run in sequence. More...

Collaboration diagram for uel_pipeline_t:
Collaboration graph
[legend]

Data Fields

uel_closure_t * closures
 A reference to an array of closures to be run.
 
size_t count
 The number of closures in the array.
 

Detailed Description

A pipeline is an ordered closure list to be run in sequence.

Pipelines contain an ordered list of closures. When applied to some initial parameter, each closure is invoked with the previous one's return value as parameter.


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