1.0.0 • Published 3 years ago

most-virtual-scheduler v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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