Merge branch 'messaging_v3' into messaging_v3_merged

This commit is contained in:
Nick Mathewson
2019-03-26 20:13:49 -04:00
58 changed files with 5033 additions and 161 deletions
+5
View File
@@ -0,0 +1,5 @@
o Major features (code organization):
- Tor now includes a generic publish-subscribe message-passing subsystem
that we can use to organize intermodule dependencies. We hope to use
this to reduce dependencies between modules that don't need to be
related, and to generally simplify our codebase. Closes ticket 28226.