Skip to content
  • Nick Mathewson's avatar
    Basic work on a publish/subscribe abstraction · 80a6c8ca
    Nick Mathewson authored
    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.
    80a6c8ca