No description
- C 68.3%
- C++ 29.4%
- Meson 2.3%
|
|
||
|---|---|---|
| debian | ||
| examples | ||
| include | ||
| src | ||
| .gitignore | ||
| COPYING | ||
| FUNDING.yml | ||
| meson.build | ||
| meson_options.txt | ||
| README.md | ||
Andri's Main Loop
Goals:
- Portability
- Utility
- Simplicity
Non-goals:
- MS Windows (TM) support
- Solving the C10K problem
Features:
- File descriptor event handlers
- Timers
- Tickers
- Signal handlers
- Idle dispatch callbacks
- Thread pool
- Interoperability with other event loops