Hacker News new | ask | show | jobs
by cowboyd 1662 days 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-g...

- https://elizarov.medium.com/structured-concurrency-722d765aa...

- https://openjdk.java.net/jeps/8277129

- https://www.wwdcnotes.com/notes/wwdc21/10134/