Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-25 | Add test for dispatch_send() fast path. | Nick Mathewson | |
2019-03-25 | dispatch: Test behavior of formatting type with no set fmt function. | Nick Mathewson | |
2019-03-25 | pubsub test: add a test to make sure typefns can't be changed. | Nick Mathewson | |
2019-03-25 | Low-level dispatch module for publish-subscribe mechanism | Nick Mathewson | |
This module implements a way to send messages from one module to another, with associated data types. It does not yet do anything to ensure that messages are correct, that types match, or that other forms of consistency are preserved. |