forked from goodboy/tractor
1
0
Fork 0

Tweak context doc str

proper_breakpoint_hooking
Tyler Goodlet 2023-04-02 14:01:39 -04:00
parent 5f1e83e741
commit 4db87d3c43
1 changed files with 3 additions and 2 deletions

View File

@ -350,8 +350,9 @@ class Context:
An inter-actor, ``trio`` task communication context.
NB: This class should never be instatiated directly, it is delivered
by either runtime machinery to a remotely started task or by entering
``Portal.open_context()``.
by either,
- runtime machinery to a remotely started task or,
- by entering ``Portal.open_context()``.
Allows maintaining task or protocol specific state between
2 communicating actor tasks. A unique context is created on the