UNPKG

@tempest/core

Version:

The core of the Tempest Stream Library

5 lines 274 B
import { TaskScheduler } from './Scheduler'; import { ClockTimer } from './ClockTimer'; import { BinaryTimeline } from './BinaryTimeline'; export const defaultScheduler = new TaskScheduler(new ClockTimer(), new BinaryTimeline()); //# sourceMappingURL=defaultScheduler.js.map