[tor-commits] [tor/master] Changes files for post-loop events (25374)
nickm at torproject.org
nickm at torproject.org
Fri Apr 13 16:14:00 UTC 2018
commit 2fe499eb3f4c4a15249f9f913a1cb4e59e94d03f
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Apr 2 16:48:54 2018 -0400
Changes files for post-loop events (25374)
---
changes/ticket25374 | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/changes/ticket25374 b/changes/ticket25374
new file mode 100644
index 000000000..5fc59d158
--- /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.
+
More information about the tor-commits
mailing list