204 Views
Generators, a new feature of ECMAScript 6 [4], are functions that can be paused and resumed. This enables many intriguing applications: iterators, asynchronous programming, etc. This blog post explains how generators work and gives an overview of their applications.
0 comments