@reactive-js/scheduler
Advanced tools
Comparing version
@@ -10,3 +10,2 @@ import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerLike { | ||
readonly inScheduledContinuation: boolean; | ||
readonly now: number; | ||
@@ -13,0 +12,0 @@ schedule(continuation: SchedulerContinuationLike, delay?: number): DisposableLike; |
@@ -10,3 +10,2 @@ import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerLike { | ||
readonly inScheduledContinuation: boolean; | ||
readonly now: number; | ||
@@ -13,0 +12,0 @@ schedule(continuation: SchedulerContinuationLike, delay?: number): DisposableLike; |
@@ -10,3 +10,2 @@ import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerLike { | ||
readonly inScheduledContinuation: boolean; | ||
readonly now: number; | ||
@@ -13,0 +12,0 @@ schedule(continuation: SchedulerContinuationLike, delay?: number): DisposableLike; |
@@ -17,3 +17,2 @@ [@reactive-js/scheduler](../README.md) › [SchedulerLike](schedulerlike.md) | ||
* [inScheduledContinuation](schedulerlike.md#inscheduledcontinuation) | ||
* [now](schedulerlike.md#now) | ||
@@ -27,10 +26,2 @@ | ||
### inScheduledContinuation | ||
• **inScheduledContinuation**: *boolean* | ||
Returns true if the scheduler is currently executing a SchedulerContinuation. | ||
___ | ||
### now | ||
@@ -37,0 +28,0 @@ |
{ | ||
"name": "@reactive-js/scheduler", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"main": "dist/cjs/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/esm5/index.js", | ||
"dependencies": { | ||
"@reactive-js/disposable": "^0.0.15" | ||
"@reactive-js/disposable": "^0.0.16" | ||
}, | ||
@@ -54,3 +54,3 @@ "scripts": { | ||
}, | ||
"gitHead": "bb6f825c233fcf3516c7b6ee146d262ac836e5f2" | ||
"gitHead": "dcc81a6c83b8b8d8ac95dd07a395f1e5889bdeb8" | ||
} |
@@ -22,7 +22,2 @@ import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerLike { | ||
/** | ||
* Returns true if the scheduler is currently executing a SchedulerContinuation. | ||
*/ | ||
readonly inScheduledContinuation: boolean; | ||
/** The scheduler's current time in ms. */ | ||
@@ -29,0 +24,0 @@ readonly now: number; |
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
333660
0.65%128
-5.19%+ Added
- Removed