0.0.1 • Published 5 months ago

idle-scheduler v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

idle-scheduler

Contributors Forks Stargazers Issues GitHub

Getting Started

Installation

pnpm install idle-scheduler

Usage

const queue = new IdleQueue()

tasks.forEach((task) => {
  queue.add(task)
})

queue.run()

See the open issues for a full list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

0.0.1

5 months ago