repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
aea5407
parent
a62fff6
author
Eric Bower
date
2023-12-17 02:55:08 +0000 UTC
docs: readme
1 files changed,  +1, -3
M README.md
+1, -3
 1@@ -205,7 +205,7 @@ cannot claim it'll work well.
 2 
 3 # what is structured concurrency?
 4 
 5-This is a broadd term so I'll make this specific to how `starfx` works.
 6+This is a broad term so I'll make this specific to how `starfx` works.
 7 
 8 Under-the-hood, thunks and endpoints are registered under the root task. Every
 9 thunk and endpoint has their own supervisor that manages them. As a result, what
10@@ -226,8 +226,6 @@ In review:
11 - If a child task is halted or raises exception, it propagates error up the task
12   tree
13 - An exception can be caught (e.g. `try`/`catch`) at any point in the task tree
14-- Supervisor tasks are designed to monitor task health (and automatically
15-  recover in many cases)
16 
17 # what is a supervisor task?
18