aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark
diff options
context:
space:
mode:
authorEduardo Julian2022-08-25 16:13:32 -0400
committerEduardo Julian2022-08-25 16:13:32 -0400
commit156fac89df89669ee660bd075f516dd8d57abd19 (patch)
tree5f01f67d53b3313a27ec6048fe8f100a5a3b409d /documentation/bookmark
parentdc78af618f175ffc5e6a653256ca6b27a260fe83 (diff)
Added support for structured concurrency.
Diffstat (limited to 'documentation/bookmark')
-rw-r--r--documentation/bookmark/concurrency/structured.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/bookmark/concurrency/structured.md b/documentation/bookmark/concurrency/structured.md
index a3c68e0a4..a45a0de91 100644
--- a/documentation/bookmark/concurrency/structured.md
+++ b/documentation/bookmark/concurrency/structured.md
@@ -6,4 +6,13 @@
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/)