From: Nick Mathewson Date: Mon, 2 Dec 2019 16:41:16 +0000 (-0500) Subject: Link to mainloop_pubsub.[ch] when describing delivery policies X-Git-Tag: tor-0.4.3.1-alpha~97^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af7416bfad1107a43cafef978674f051f2f5584f;p=thirdparty%2Ftor.git Link to mainloop_pubsub.[ch] when describing delivery policies --- diff --git a/src/lib/pubsub/publish_subscribe.md b/src/lib/pubsub/publish_subscribe.md index 019591bc15..bb05b100b1 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