Détail du package

most-virtual-scheduler

mostjs-community9.4kMIT1.0.0

A virtual scheduler for @most/core

most, @most/core, mostjs, scheduler

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