1
0
forked from jchomaz/Vulture
Files

4 lines
148 B
JavaScript
Raw Permalink Normal View History

import { AsyncScheduler } from './AsyncScheduler';
export class QueueScheduler extends AsyncScheduler {
}
//# sourceMappingURL=QueueScheduler.js.map