µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
|
A pipeline is an ordered closure list to be run in sequence. More...
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. | |
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.