MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster-server / resolveAfterTimeout

Function resolveAfterTimeout

test/integration.js:40–43  ·  view source on GitHub ↗
(duration, value)

Source from the content-addressed store, hash-verified

38}
39
40async function resolveAfterTimeout(duration, value) {
41 await wait(duration);
42 return value;
43};
44
45function connectionHandler(socket) {
46 (async () => {

Callers 1

integration.jsFile · 0.85

Calls 1

waitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…