I’ve stumbled upon an interesting attempt to bring Structured Concurrency to JavaScript world. The implementation uses (non-async) generators: function*
and yield
.
- GitHub - thefrontside/effection: Structured concurrency and effects for JavaScript
- https://frontside.com/effection
Has anyone tried Effection out? What are your impressions?