UNPKG

@tempest/core

Version:

The core of the Tempest Stream Library

6 lines (4 loc) 227 B
import { TaskScheduler } from './Scheduler' import { ClockTimer } from './ClockTimer' import { BinaryTimeline } from './BinaryTimeline' export const defaultScheduler = new TaskScheduler(new ClockTimer(), new BinaryTimeline())