repos / starfx

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

commit
cde4792
parent
a1278f6
author
Eric Bower
date
2023-11-30 15:55:57 +0000 UTC
docs: readme
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -177,7 +177,7 @@ In review:
2 - If root task is halted then all child tasks are halted first
3 - If a child task is halted or raises exception, it propagates error up the task
4   tree
5-- An exception can be caught at any point in the task tree
6+- An exception can be caught (e.g. `try`/`catch`) at any point in the task tree
7 - Supervisor tasks are designed to monitor task health (and automatically
8   recover in many cases)
9