idle-scheduler
v0.0.1
Published
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/deuscx/idle-scheduler"> <!-- <img src="" alt="Logo" width="80" height="80"--> </a>
Downloads
1
Readme
idle-scheduler
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.