Explorar o código

Changes files for post-loop events (25374)

Nick Mathewson %!s(int64=6) %!d(string=hai) anos
pai
achega
2fe499eb3f
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      changes/ticket25374

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