Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yortus/asyncawait
/ basic.js
File
basic.js
examples/basic.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
3
delay
Function · 0.85
readFile
Function · 0.85
then
Method · 0.65
Tested by
no test coverage detected