Sha256: dcd8a0f36252c0bc99fba0fb44ce3e01f030e54b9d70e1261a5e93a3f9249c8d

Contents?: true

Size: 615 Bytes

Versions: 49

Compression:

Stored size: 615 Bytes

Contents

import { AsyncAction } from './AsyncAction';
import { AsapScheduler } from './AsapScheduler';
/**
 * We need this JSDoc comment for affecting ESDoc.
 * @ignore
 * @extends {Ignored}
 */
export declare class AsapAction<T> extends AsyncAction<T> {
    protected scheduler: AsapScheduler;
    protected work: (this: AsapAction<T>, state?: T) => void;
    constructor(scheduler: AsapScheduler, work: (this: AsapAction<T>, state?: T) => void);
    protected requestAsyncId(scheduler: AsapScheduler, id?: any, delay?: number): any;
    protected recycleAsyncId(scheduler: AsapScheduler, id?: any, delay?: number): any;
}

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
govuk_publishing_components-16.21.0 node_modules/rxjs/scheduler/AsapAction.d.ts
govuk_publishing_components-16.20.1 node_modules/rxjs/scheduler/AsapAction.d.ts
govuk_publishing_components-16.20.0 node_modules/rxjs/scheduler/AsapAction.d.ts
govuk_publishing_components-16.19.0 node_modules/rxjs/scheduler/AsapAction.d.ts
govuk_publishing_components-16.18.0 node_modules/rxjs/scheduler/AsapAction.d.ts
govuk_publishing_components-16.17.0 node_modules/rxjs/scheduler/AsapAction.d.ts
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/inquirer/node_modules/rxjs/scheduler/AsapAction.d.ts
locomotivecms-3.4.0 app/javascript/node_modules/rxjs/scheduler/AsapAction.d.ts
dragonfly_puppeteer-0.1.0 node_modules/rxjs/scheduler/AsapAction.d.ts