@reactive-js/scheduler
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26
+ Added@reactive-js/disposable@0.0.6(transitive)
- Removed@reactive-js/disposable@0.0.5(transitive)