Update mod doc string

experimental_subpkg
Tyler Goodlet 2022-01-29 12:43:06 -05:00
parent be87caa99b
commit d29a915d48
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
""" """
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 NOTE: this module is likely deprecated by the new bi-directional streaming
support provided by ``tractor.Context.open_stream()`` and friends. support provided by ``tractor.Context.open_stream()`` and friends.