Compare commits

..

1 Commits

Author SHA1 Message Date
Tyler Goodlet 293f23eaac Tweak supervison-proto into line 2025-03-24 13:03:14 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
``tractor`` is a `structured concurrency`_ (SC), multi-processing_ runtime built on trio_.
Fundamentally, ``tractor`` provides parallelism via
``trio``-"*actors*": independent Python *processes* (i.e.
``trio``-"*actors*": independent Python **processes** (i.e.
*non-shared-memory threads*) which can schedule ``trio`` tasks whilst
maintaining *end-to-end SC* inside a *distributed supervision tree*.