DEV Community

Discussion on: The saga of async JavaScript: Generators

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Nice article :) I use Generators in js-coroutines in conjunction with idle time processing to provide async versions of common functions like JSON parse, sorts, filters etc.

Collapse
 
romansarder profile image
Roman Sarder

Hey, Mike
Thanks for the link and feedback. The library looks pretty interesting, never have seen it before.
Gonna take a look at source code when I have spare time!
You will probably like the article about CSP that I am going to write at some point in this series :)