µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
|
Directories |
Files | |
file | event-loop.h [code] |
Module responsible for running enqueued events and process them accordingly. | |
file | event.h [code] |
Defines events and methods to configure events. | |
file | scheduler.h [code] |
Module responsible for keeping track of time and tasks to be run in the future. | |
file | signal.h [code] |
Defines signals and relays, structures used to communicate asynchronously between distant parts of the application. | |