Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yortus/asyncawait
/ asyncMod.js
File
asyncMod.js
examples/asyncMod.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
fs = require(
'fs'
);
2
var
Promise = require(
'bluebird'
);
3
var
async
= require(
'..'
).
async
;
4
var
await
= require(
'..'
).
await
;
Callers
nothing calls this directly
Calls
6
mod
Method · 0.80
catch
Method · 0.80
delay
Method · 0.65
forEach
Method · 0.65
yield_
Function · 0.50
thunk
Function · 0.50
Tested by
no test coverage detected