forked from goodboy/tractor
1
0
Fork 0
tractor/newsfragments/241.feature

6 lines
324 B
Gherkin
Raw Normal View History

2021-10-25 17:17:42 +00:00
Introduce a new sub-package that exposes all our high(er) level trio primitives and goodies, most importantly:
2021-10-25 18:01:21 +00:00
2021-10-25 17:17:42 +00:00
- 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.