commit 421c2310a804cf4341a42d9a20f425e3d59ac013 parent 245fdf8ca05261dba0d944f6a02c3b4750aca1a2 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 3 Oct 2017 13:02:59 -0400 changes file for libevent isolation work Diffstat:
| A | changes/isolate_libevent | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/isolate_libevent b/changes/isolate_libevent @@ -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.