7 ms·
> I'm not sure I buy the premise for the library's existence, at least with how the author describes it. Just do a google search for "structured concurrency".
by cowboyd 5y ago
> I'm not sure I buy the premise for the library's existence, at least with how the author describes it.
Just do a google search for "structured concurrency". These ideas did not come out of a vacuum, but instead from years of research in language communities ranging from C/C++ to Java, Swift, and Python. Effection is just these same ideas projected into the world of JavaScript.
You may find the following resources are helpful
- https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/ https://vorpus.org/blog/notes-on-structured-concurrency-or-g...
- https://elizarov.medium.com/structured-concurrency-722d765aa952 https://elizarov.medium.com/structured-concurrency-722d765aa...
- https://openjdk.java.net/jeps/8277129 https://openjdk.java.net/jeps/8277129
- https://www.wwdcnotes.com/notes/wwdc21/10134/ https://www.wwdcnotes.com/notes/wwdc21/10134/