aboutsummaryrefslogtreecommitdiff
path: root/src/common/pubsub.h
AgeCommit message (Collapse)Author
2016-06-09Reduce make check-spaces noiseAndrea Shepard
2016-05-11Basic work on a publish/subscribe abstractionNick Mathewson
The goal here is to provide a way to decouple pieces of the code that want to learn "when something happens" from those that realize that it has happened. The implementation here consists of a generic backend, plus a set of macros to define and implement a set of type-safe frontends.