Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@reactive-js/scheduler

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactive-js/scheduler - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

package.json
{
"name": "@reactive-js/scheduler",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/cjs/index.js",

@@ -41,3 +41,3 @@ "module": "dist/esm5/index.js",

"dependencies": {
"@reactive-js/disposable": "^0.0.5"
"@reactive-js/disposable": "^0.0.6"
},

@@ -54,3 +54,3 @@ "scripts": {

},
"gitHead": "1a8f6684d73e5529349956ced1b9f29241896d8e"
"gitHead": "de556526ea932ae090f61f71eae15604770ef0a9"
}
# @reactive-js/scheduler
Abstract API for a cooperative multi-tasking scheduler in a javascript environment.
Abstract API for a cooperative multi-tasking scheduler in a javascript environment.

@@ -25,2 +25,2 @@ The Scheduler API is designed to support both immediate and delayed scheduling of work, known as a SchedulerContinuation. Recursively scheduled work is also supported. Cooperative multi-tasking is achieved via periodic polling of the `shouldYield` function within a SchedulerContinuation.

API documentation is available [here](./docs).
API documentation is available [here](./docs).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc