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.
- Host: GitHub
- URL: https://github.com/mrtrizer/trueeventctrl
- Owner: mrtrizer
- Created: 2015-04-28T14:35:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T22:00:54.000Z (over 10 years ago)
- Last Synced: 2026-04-06T10:26:35.818Z (4 months ago)
- Language: C++
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
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.