repos / starfx

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

commit
d4b62aa
parent
924ae1a
author
Eric Bower
date
2024-08-28 14:09:20 +0000 UTC
docs: structured conc
1 files changed,  +11, -0
M docs/posts/structured-concurrency.md
+11, -0
 1@@ -3,6 +3,17 @@ title: Structured Concurrency
 2 description: What is structured concurrency?
 3 ---
 4 
 5+Resources:
 6+
 7+- [wiki](https://en.wikipedia.org/wiki/Structured_concurrency)
 8+- [await event horizon](https://frontside.com/blog/2023-12-11-await-event-horizon/)
 9+- [Why structured concurrency?](https://bower.sh/why-structured-concurrency)
10+- [Thinking in Effection](https://frontside.com/effection/docs/thinking-in-effection)
11+- [Delimited continuation](https://en.wikipedia.org/wiki/Delimited_continuation)
12+- [Structured Concurrency](https://ericniebler.com/2020/11/08/structured-concurrency/)
13+- [Structured Concurrency explained](https://www.thedevtavern.com/blog/posts/structured-concurrency-explained/)
14+- [conc](https://github.com/sourcegraph/conc)
15+
16 This is a broad term so I'll make this specific to how `starfx` works.
17 
18 Under-the-hood, thunks and endpoints are registered under the root task. Every