From 2fe499eb3f4c4a15249f9f913a1cb4e59e94d03f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 2 Apr 2018 16:48:54 -0400 Subject: [PATCH] Changes files for post-loop events (25374) --- changes/ticket25374 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ticket25374 diff --git a/changes/ticket25374 b/changes/ticket25374 new file mode 100644 index 0000000000..5fc59d1589 --- /dev/null +++ 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. +