MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / sleep

Function sleep

install/install.ts:40–40  ·  view source on GitHub ↗
(t: number)

Source from the content-addressed store, hash-verified

38 }
39};
40const sleep = (t: number) => new Promise((r) => { setTimeout(r, t); });
41
42const shmFAQ = 'https://docs.hydro.ac/FAQ/#%E8%B0%83%E6%95%B4%E4%B8%B4%E6%97%B6%E7%9B%AE%E5%BD%95%E5%A4%A7%E5%B0%8F';
43const locales = {

Callers 15

StepsFunction · 0.70
mainFunction · 0.70
startPerformanceTestFunction · 0.50
syncMethod · 0.50
waitForSubmissionMethod · 0.50
waitForSubmissionMethod · 0.50
waitForSubmissionMethod · 0.50
getProblemMethod · 0.50
waitForSubmissionMethod · 0.50
waitForSubmissionMethod · 0.50
waitForSubmissionMethod · 0.50
waitForSubmissionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected