Compare commits
1 Commits
293f23eaac
...
799306ec4c
Author | SHA1 | Date |
---|---|---|
|
799306ec4c |
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue