Compare commits

..

1 Commits

Author SHA1 Message Date
Tyler Goodlet 799306ec4c Tweak supervison-proto into line 2025-03-24 13:05:38 -04:00
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ The first step to grok ``tractor`` is to get an intermediate
knowledge of ``trio`` and **structured concurrency** B)
Some great places to start are,
- the seminal `blog post`_
- obviously the `trio docs`_
- wikipedia's nascent SC_ page
@ -39,7 +40,7 @@ Some great places to start are,
Features
--------
- **It's just** a ``trio`` API!
- *Infinitely nesteable* process running embedded ``trio.Task`` trees.
- *Infinitely nesteable* process trees running embedded ``trio`` tasks.
- Support for a swappable, OS-specific, process spawning via
multiple backends.
- A modular transport stack, allowing for custom interchange formats (eg.