Fix the syntax and point to the new package

pubsub_startup_response_msg
overclockworked64 2021-10-27 17:03:25 +02:00
parent 49dd230b4f
commit 6da76949fd
No known key found for this signature in database
GPG Key ID: 0E4A3AD9DB596812
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
Introduce a new sub-package that exposes all our high(er) level trio primitives and goodies, most importantly:
Introduce a new `sub-package`_ that exposes all our high(er) level trio primitives and goodies, most importantly:
- A new `open_actor_cluster` procedure is available for concurrently spawning a number of actors.
- A new `gather_contexts` procedure is available for concurrently entering a sequence of async context managers.
- A new ``open_actor_cluster`` procedure is available for concurrently spawning a number of actors.
- A new ``gather_contexts`` procedure is available for concurrently entering a sequence of async context managers.
.. _sub-package: ../tractor/trionics