diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-02 11:41:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-02 11:41:16 -0500 |
commit | af7416bfad1107a43cafef978674f051f2f5584f (patch) | |
tree | 8cb24554b6f9edee03b511cfa3d6dcfb1872fd1b /src/lib/pubsub | |
parent | d700dc7801a9e23ddda0d482eeb2b64ced3ca756 (diff) | |
download | tor-af7416bfad1107a43cafef978674f051f2f5584f.tar.gz tor-af7416bfad1107a43cafef978674f051f2f5584f.zip |
Link to mainloop_pubsub.[ch] when describing delivery policies
Diffstat (limited to 'src/lib/pubsub')
-rw-r--r-- | src/lib/pubsub/publish_subscribe.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |