aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/concurrency/structured.md
blob: a45a0de9105c5942f5453342dc7c872566213c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Reference

0. []()
0. [Effection](https://frontside.com/effection/docs/guides/introduction)
0. [Context in Go](https://scalabledeveloper.com/posts/context-in-go/)
0. [JEP 428: Structured Concurrency to Simplify Java Multithreaded Programming](https://www.infoq.com/news/2022/06/java-structured-concurrency/)
0. [Seamless, Fearless, and Structured Concurrency](https://verdagon.dev/blog/seamless-fearless-structured-concurrency)
0. [Handling user input with structured concurrency](https://dubroy.com/blog/handling-user-input-with-structured-concurrency/)
0. [Notes on structured concurrency, or: Go statement considered harmful](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/)
0. [Structured Concurrency](https://250bpm.com/blog:71/)
0. [Two Approaches to Structured Concurrency](https://250bpm.com/blog:139/)
0. [Some thoughts on asynchronous API design in a post-async/await world](https://vorpus.org/blog/some-thoughts-on-asynchronous-api-design-in-a-post-asyncawait-world/)
0. [Structured Concurrency Kickoff](https://trio.discourse.group/t/structured-concurrency-kickoff/55)
0. [Structured concurrency](https://elizarov.medium.com/structured-concurrency-722d765aa952)
0. [Structured concurrency in Python with AnyIO: How to improve your spaghetti asyncio code](https://mattwestcott.org/blog/structured-concurrency-in-python-with-anyio)
0. [Structured concurrency and pure functions](https://blog.softwaremill.com/structured-concurrency-and-pure-functions-92dd8ed1a9f2)
0. [Structured Concurrency](https://ericniebler.com/2020/11/08/structured-concurrency/)