edgeport - v1.0.6
    Preparing search index...

    Interface XmppScheduler

    Timer hooks for the optional keep-alive, matching the global timer API. Injected through the internal entry point so tests can drive it with a fake clock.

    1.0.4

    interface XmppScheduler {
        clear(handle: unknown): void;
        set(fn: () => void, ms: number): unknown;
    }
    Index