An open API service indexing awesome lists of open source software.

https://github.com/mrtrizer/trueeventctrl

Event controller for multithread and single-thread applications.
https://github.com/mrtrizer/trueeventctrl

Last synced: 3 months ago
JSON representation

Event controller for multithread and single-thread applications.

Awesome Lists containing this project

README

          

The library for providing simple event engine. It can work with multiple threads on unix systems or even without any thread.
The library doesn't need dependencies.
Use MONO_THREAD define to work in mono-thread mode. It is useful for pure hardware software and "not save" modes.