Merge branch 'isolate_libevent_2_squashed'

This commit is contained in:
Nick Mathewson
2018-04-06 08:50:35 -04:00
24 changed files with 307 additions and 237 deletions
+5
View File
@@ -0,0 +1,5 @@
o Code simplification and refactoring:
- Initial work to isolate Libevent usage to a handful of modules in our
codebase, to simplify our call structure, and so that we can more
easily change event loops in the future if needed. Closes ticket
23750.