Skip to content

Commit

Permalink
docs: structured conc
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Aug 28, 2024
1 parent 924ae1a commit d4b62aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/posts/structured-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ title: Structured Concurrency
description: What is structured concurrency?
---

Resources:

- [wiki](https://en.wikipedia.org/wiki/Structured_concurrency)
- [await event horizon](https://frontside.com/blog/2023-12-11-await-event-horizon/)
- [Why structured concurrency?](https://bower.sh/why-structured-concurrency)
- [Thinking in Effection](https://frontside.com/effection/docs/thinking-in-effection)
- [Delimited continuation](https://en.wikipedia.org/wiki/Delimited_continuation)
- [Structured Concurrency](https://ericniebler.com/2020/11/08/structured-concurrency/)
- [Structured Concurrency explained](https://www.thedevtavern.com/blog/posts/structured-concurrency-explained/)
- [conc](https://github.com/sourcegraph/conc)

This is a broad term so I'll make this specific to how `starfx` works.

Under-the-hood, thunks and endpoints are registered under the root task. Every
Expand Down

0 comments on commit d4b62aa

Please sign in to comment.