commit 2fe499eb3f4c4a15249f9f913a1cb4e59e94d03f parent 62f4d5a2659d2a786c92299fb29a6a6be44f8caf Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 2 Apr 2018 16:48:54 -0400 Changes files for post-loop events (25374) Diffstat:
| A | changes/ticket25374 | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/ticket25374 b/changes/ticket25374 @@ -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. +