]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Link to mainloop_pubsub.[ch] when describing delivery policies
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Dec 2019 16:41:16 +0000 (11:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 2 Dec 2019 16:41:16 +0000 (11:41 -0500)
src/lib/pubsub/publish_subscribe.md

index 019591bc15cf4ddd15d2c28aa0e1d43499de72d2..bb05b100b16cbc2320262a77ff525ee0deefb37e 100644 (file)
@@ -62,6 +62,9 @@ Currently, three delivery policies are possible:
       dispatch system at all. Instead, some other part of the code must
       call dispatch_flush() to get the messages delivered.
 
+See mainloop_pubsub.c and mainloop_pubsub.h for more information and
+implementation details.
+
 ## Layers: Dispatch vs publish-subsubscribe vs mainloop.
 
 At the lowest level, messages are sent via the "dispatcher" module in