summaryrefslogtreecommitdiff
path: root/lib/internal/wrapAsync.js
Commit message (Expand)AuthorAgeFilesLines
* feat: await-able Async methods (#1572)Alex Early2018-09-301-0/+1
* [wip] initial async generator support (#1560)Alex Early2018-08-051-1/+9
* ES6-ify codebase (#1553)Alex Early2018-07-081-3/+1
* Avoid eval in async wrappers; fixes #1403Graeme Yeates2017-04-171-14/+2
* handle async funcs in control flow methodsAlexander Early2017-03-251-4/+3
* wrapped all collections methodsAlexander Early2017-03-241-6/+6
* factor out async support check, make wrapAsync identity() in non-supported envsAlexander Early2017-03-221-5/+22
* initial experiment with async fn supportAlexander Early2017-03-221-0/+11