most-virtual-scheduler

A virtual scheduler for @most/core

Usage no npm install needed!

<script type="module">
  import mostVirtualScheduler from 'https://cdn.skypack.dev/most-virtual-scheduler';
</script>

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