Y
Hacker News
new
|
ask
|
show
|
jobs
by
jongleberry
3909 days ago
We're moving Koa to be ready for async functions. Does anyone know whether async functions will have an arrow function form?
https://github.com/koajs/compose/pull/27#issuecomment-144868...
1 comments
hekul
3909 days ago
Yes - async functions do have an arrow form:
http://tc39.github.io/ecmascript-asyncawait/#prod-AsyncArrow...
.
link