MCPcopy 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
229function* timerIdGen() {
230 let i = 1;
231 while (true) yield i++;
232}
233
234function nextDueNode(): DueNode | null {
235 for (;;) {

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected