Sha256: 9e4c63a2e4027b8ab0adfaa0300e0484aca7b95c33e35cbf788c5d46bda9a2aa

Contents?: true

Size: 615 Bytes

Versions: 49

Compression:

Stored size: 615 Bytes

Contents

import { subscribeOn as higherOrder } from '../operators/subscribeOn';
/**
 * Asynchronously subscribes Observers to this Observable on the specified IScheduler.
 *
 * <img src="./img/subscribeOn.png" width="100%">
 *
 * @param {Scheduler} scheduler - The IScheduler to perform subscription actions on.
 * @return {Observable<T>} The source Observable modified so that its subscriptions happen on the specified IScheduler.
 .
 * @method subscribeOn
 * @owner Observable
 */
export function subscribeOn(scheduler, delay = 0) {
    return higherOrder(scheduler, delay)(this);
}
//# sourceMappingURL=subscribeOn.js.map

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
govuk_publishing_components-16.21.0 node_modules/rxjs/_esm2015/operator/subscribeOn.js
govuk_publishing_components-16.20.1 node_modules/rxjs/_esm2015/operator/subscribeOn.js
govuk_publishing_components-16.20.0 node_modules/rxjs/_esm2015/operator/subscribeOn.js
govuk_publishing_components-16.19.0 node_modules/rxjs/_esm2015/operator/subscribeOn.js
govuk_publishing_components-16.18.0 node_modules/rxjs/_esm2015/operator/subscribeOn.js
govuk_publishing_components-16.17.0 node_modules/rxjs/_esm2015/operator/subscribeOn.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/inquirer/node_modules/rxjs/_esm2015/operator/subscribeOn.js
locomotivecms-3.4.0 app/javascript/node_modules/rxjs/_esm2015/operator/subscribeOn.js
dragonfly_puppeteer-0.1.0 node_modules/rxjs/_esm2015/operator/subscribeOn.js