UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

5 lines (4 loc) 163 B
import { CancellationToken } from "./fsm"; export interface Scheduler { scheduleDelayed(action: () => void, delayMs: number, cts?: CancellationToken): void; }