1.0.0 • Published 5 years ago
most-virtual-scheduler v1.0.0
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-scheduler1.0.0
5 years ago