tor/changes/ticket30806
Nick Mathewson 990b434c4f Make evloop into a subsystem.
Note that the event base object is _not_ created from the initialize
function, since it is configuration-dependent.  This will wait until
configuration is integrated into subsystems.

Closes ticket 30806.
2019-06-14 13:28:10 +03:00

4 lines
139 B
Plaintext

o Code simplification and refactoring:
- Use the subsystems mechanism to manage the main event loop code.
Closes ticket 30806.