From d29a915d48b179bfef08004df46cd092930cdd8b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 29 Jan 2022 12:43:06 -0500 Subject: [PATCH] Update mod doc string --- tractor/trionics/_pubsub.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tractor/trionics/_pubsub.py b/tractor/trionics/_pubsub.py index caa03ec..e69231c 100644 --- a/tractor/trionics/_pubsub.py +++ b/tractor/trionics/_pubsub.py @@ -15,7 +15,9 @@ # along with this program. If not, see . """ -Messaging pattern APIs and helpers. +Single target entrypoint, remote-task, dynamic (no push if no consumer) +pubsub API using async an generator which muli-plexes to consumers by +key. NOTE: this module is likely deprecated by the new bi-directional streaming support provided by ``tractor.Context.open_stream()`` and friends.