Bones/node_modules/rxjs/symbol/rxSubscriber.js
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

10 lines
528 B
JavaScript

"use strict";
var SymbolShim_1 = require('../util/SymbolShim');
/**
* rxSubscriber symbol is a symbol for retreiving an "Rx safe" Observer from an object
* "Rx safety" can be defined as an object that has all of the traits of an Rx Subscriber,
* including the ability to add and remove subscriptions to the subscription chain and
* guarantees involving event triggering (can't "next" after unsubscription, etc).
*/
exports.rxSubscriber = SymbolShim_1.SymbolShim.for('rxSubscriber');
//# sourceMappingURL=rxSubscriber.js.map