aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dispatch.c
AgeCommit message (Collapse)Author
2019-03-25Add test for dispatch_send() fast path.Nick Mathewson
2019-03-25dispatch: Test behavior of formatting type with no set fmt function.Nick Mathewson
2019-03-25pubsub test: add a test to make sure typefns can't be changed.Nick Mathewson
2019-03-25Low-level dispatch module for publish-subscribe mechanismNick 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.