co v4.6.0 Release Notes

Release Date: 2015-07-09 // almost 9 years ago
    • support passing the rest of the arguments to co into the generator
     function *gen(...args) { }
     co(gen, ...args);
    

Previous changes from v4.5.0

    • support regular functions (that return promises)