4 lines
148 B
JavaScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
import { AsyncScheduler } from './AsyncScheduler';
export class QueueScheduler extends AsyncScheduler {
}
//# sourceMappingURL=QueueScheduler.js.map