MCPcopy Create free account
hub / github.com/material-shell/material-shell /

Class

src/utils/async.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { logAsyncException } from './log';
4
5export class Async {
6 static timeoutIdList = [] as number[];
7
8 static addTimeout(priority: number, interval: number, func: () => boolean) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected