[tor/master] Link to mainloop_pubsub.[ch] when describing delivery policies

commit af7416bfad1107a43cafef978674f051f2f5584f Author: Nick Mathewson <nickm@torproject.org> Date: Mon Dec 2 11:41:16 2019 -0500 Link to mainloop_pubsub.[ch] when describing delivery policies --- src/lib/pubsub/publish_subscribe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/pubsub/publish_subscribe.md b/src/lib/pubsub/publish_subscribe.md index 019591bc1..bb05b100b 100644 --- a/src/lib/pubsub/publish_subscribe.md +++ b/src/lib/pubsub/publish_subscribe.md @@ -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
participants (1)
-
nickm@torproject.org