mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
76e8effc7b
(This copies documentation from doc/HACKING/design, and edits for concisensess and clarity.)
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
/**
|
|
@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.
|
|
|
|
**/
|