There's blog post The Basics Of ES6 Generators, that helped me to get the very basics.
This video Async Programming in ES7 by Jafar Husain explains the concepts behind async programming in JavaScript, including generators.
To be honest I need to watch this video twice, but then I got the ideas behind present/future async programming.