Changes files for post-loop events (25374)

This commit is contained in:
Nick Mathewson 2018-04-02 16:48:54 -04:00
parent 62f4d5a265
commit 2fe499eb3f
1 changed files with 6 additions and 0 deletions

6
changes/ticket25374 Normal file
View File

@ -0,0 +1,6 @@
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.