@reactive-js/schedulers
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -92,3 +92,2 @@ "use strict"; | ||
} | ||
; | ||
schedule(continuation, priority, delay = 0) { | ||
@@ -108,3 +107,2 @@ const startTime = this.now; | ||
this.add(task.disposable); | ||
task.disposable.add(() => this.remove(task.disposable)); | ||
return task.disposable; | ||
@@ -111,0 +109,0 @@ } |
@@ -67,3 +67,2 @@ "use strict"; | ||
this.add(disposable); | ||
disposable.add(() => this.remove(disposable)); | ||
return disposable; | ||
@@ -70,0 +69,0 @@ } |
@@ -90,3 +90,2 @@ import { createDisposable, createSerialDisposable, } from "@reactive-js/disposable"; | ||
} | ||
; | ||
schedule(continuation, priority, delay = 0) { | ||
@@ -106,3 +105,2 @@ const startTime = this.now; | ||
this.add(task.disposable); | ||
task.disposable.add(() => this.remove(task.disposable)); | ||
return task.disposable; | ||
@@ -109,0 +107,0 @@ } |
@@ -64,3 +64,2 @@ import { createDisposable, throwIfDisposed, } from "@reactive-js/disposable"; | ||
this.add(disposable); | ||
disposable.add(() => this.remove(disposable)); | ||
return disposable; | ||
@@ -67,0 +66,0 @@ } |
{ | ||
"name": "@reactive-js/schedulers", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"main": "dist/cjs/index.js", | ||
@@ -41,4 +41,4 @@ "module": "dist/esm5/index.js", | ||
"dependencies": { | ||
"@reactive-js/disposable": "^0.0.18", | ||
"@reactive-js/scheduler": "^0.0.18" | ||
"@reactive-js/disposable": "^0.0.19", | ||
"@reactive-js/scheduler": "^0.0.19" | ||
}, | ||
@@ -70,3 +70,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "65fcf45e6866e6aed3c207c90bdd13a09b0961e3" | ||
"gitHead": "fe0fe2eb19f54f103e64a4679266e3aea4c62194" | ||
} |
@@ -182,3 +182,2 @@ import { | ||
this.add(task.disposable); | ||
task.disposable.add(() => this.remove(task.disposable)); | ||
return task.disposable; | ||
@@ -185,0 +184,0 @@ } |
@@ -104,3 +104,2 @@ import { | ||
this.add(disposable); | ||
disposable.add(() => this.remove(disposable)); | ||
return disposable; | ||
@@ -107,0 +106,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
437816
1572
+ Added@reactive-js/disposable@0.0.19(transitive)
+ Added@reactive-js/scheduler@0.0.19(transitive)
- Removed@reactive-js/disposable@0.0.18(transitive)
- Removed@reactive-js/scheduler@0.0.18(transitive)