tor/changes/ticket25374
2018-04-13 10:44:15 -04:00

7 lines
294 B
Plaintext

o Code simplification and refactoring:
- Our main loop has been simplified so that all important operations
happen inside events. Previously, some operations had to happen
outside the event loop, to prevent infinite sequences of event
activations. Closes ticket 25374.