µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
|
Automatic pools are wrappers to object pools. They manage the acquisition and release cycle from objects issued at the pool by wrapping them in automatic pointers. More...
Data Fields | |
uel_objpool_t | autoptr_pool |
The object pool that holds autopointers. | |
uel_closure_t | constructor |
The constructor closure. | |
uel_closure_t | destructor |
The destructor closure. | |
Automatic pools are wrappers to object pools. They manage the acquisition and release cycle from objects issued at the pool by wrapping them in automatic pointers.