pmndrs / directed

A flexible, minimal scheduler written in TypeScript
MIT License
25 stars 1 forks source link

Add `Scheduler` class #4

Closed krispya closed 3 months ago

krispya commented 3 months ago

This creates a Scheduler class as a web-friendly API, wrapping the functional API. It currently isn't exported.

A couple of notes:

To discuss:

krispya commented 3 months ago

I removed auto-tag creation from this PR in favor of isolating it to this one: https://github.com/pmndrs/directed/pull/5