most-virtual-scheduler
v1.0.0
Published
A virtual scheduler for @most/core
Maintainers
Readme
most-virtual-scheduler
This package is home to an alternative Clock and Timer implementation that use "virtual"
time to progress @most/cores Scheduler forward imperatively and with precise control. This is
designed for testing scenarios, where real asynchrony is either too slow or hard to test.
Install
# NPM
npm i --save most-virtual-scheduler
# Yarn
yarn add most-virtual-scheduler