aboutsummaryrefslogtreecommitdiff
path: root/libraries/aml/README
blob: 9c810cf5a7441e310720d08ef059483c87d0b13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
aml (Andri's Main Loop)

AML is a portable and simple event loop library for C. It provides the
essential building blocks for asynchronous programming including file
descriptor event handlers, timers, tickers, signal handlers, idle
dispatch callbacks, and a thread pool. The library is designed with
portability, utility, and simplicity in mind, and offers
interoperability with other event loops.

Features:
- File descriptor event handlers
- Timers
- Tickers
- Signal handlers
- Idle dispatch callbacks
- Thread pool
- Interoperability with other event loops