Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexankitty/Myrient-Search-Engine
/ sleep
Method
sleep
lib/utility/taskqueue.js:77–79 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
75
}
76
77
sleep(ms) {
78
return
new
Promise((resolve) => setTimeout(resolve, ms));
79
}
80
81
getStatus() {
82
return
{
Callers
1
processQueue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected