blob: 52fcf67755a98b07fa6527af9c54e30a280513fe (
plain)
1
2
3
4
5
6
7
8
9
|
/**
@dir /lib/evloop
@brief lib/evloop: Low-level event loop.
This modules has tools to manage the [libevent](https://libevent.org/) event
loop and related functionality, in order to implement asynchronous
networking, timers, periodic events, and other scheduling tasks.
**/
|