PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
rxjs
/
internal
/
scheduler
import { Action } from './Action'; import { SchedulerAction } from '../types'; import { Subscription } from '../Subscription'; import { AsyncScheduler } from './AsyncScheduler'; /** * We need this JSDoc comment for affecting ESDoc. * @ignore * @extends {Ignored} */ export declare class AsyncAction<T> extends Action<T> { protected scheduler: AsyncScheduler; protected work: (this: SchedulerAction<T>, state?: T) => void; id: any; state: T; delay: number; protected pending: boolean; constructor(scheduler: AsyncScheduler, work: (this: SchedulerAction<T>, state?: T) => void); schedule(state?: T, delay?: number): Subscription; protected requestAsyncId(scheduler: AsyncScheduler, id?: any, delay?: number): any; protected recycleAsyncId(scheduler: AsyncScheduler, id: any, delay?: number): any; /** * Immediately executes this action and the `work` it contains. * @return {any} */ execute(state: T, delay: number): any; protected _execute(state: T, delay: number): any; /** @deprecated This is an internal implementation detail, do not use. */ _unsubscribe(): void; }
[-] animationFrame.js.map
[edit]
[-] async.d.ts
[edit]
[-] animationFrame.d.ts
[edit]
[-] AsyncScheduler.js
[edit]
[+]
..
[-] QueueScheduler.js
[edit]
[-] asap.js.map
[edit]
[-] VirtualTimeScheduler.d.ts
[edit]
[-] AnimationFrameAction.js
[edit]
[-] queue.js
[edit]
[-] AsapScheduler.js.map
[edit]
[-] AsapAction.d.ts
[edit]
[-] QueueScheduler.d.ts
[edit]
[-] AsapAction.js.map
[edit]
[-] async.js.map
[edit]
[-] VirtualTimeScheduler.js.map
[edit]
[-] AnimationFrameScheduler.d.ts
[edit]
[-] QueueAction.js
[edit]
[-] AsyncScheduler.js.map
[edit]
[-] AnimationFrameAction.d.ts
[edit]
[-] AnimationFrameScheduler.js
[edit]
[-] AsyncAction.js
[edit]
[-] Action.js.map
[edit]
[-] asap.js
[edit]
[-] QueueAction.d.ts
[edit]
[-] async.js
[edit]
[-] AsyncAction.js.map
[edit]
[-] AsapScheduler.js
[edit]
[-] AsapAction.js
[edit]
[-] asap.d.ts
[edit]
[-] QueueScheduler.js.map
[edit]
[-] animationFrame.js
[edit]
[-] QueueAction.js.map
[edit]
[-] queue.d.ts
[edit]
[-] AnimationFrameAction.js.map
[edit]
[-] AnimationFrameScheduler.js.map
[edit]
[-] AsapScheduler.d.ts
[edit]
[-] AsyncAction.d.ts
[edit]
[-] Action.d.ts
[edit]
[-] AsyncScheduler.d.ts
[edit]
[-] queue.js.map
[edit]
[-] Action.js
[edit]
[-] VirtualTimeScheduler.js
[edit]