Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ timerIdGen
Function
timerIdGen
testing/time.ts:229–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
227
}
228
229
function
* timerIdGen() {
230
let
i = 1;
231
while
(true) yield i++;
232
}
233
234
function
nextDueNode(): DueNode | null {
235
for
(;;) {
Callers
1
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected