Rx.Observable.prototype.controlled([enableQueue])

controlled

Attaches a controller to the observable sequence with the ability to queue.

参数

  1. [enableQueue] (Boolean): Whether to enable queueing. If not specified, defaults to true.

返回值

(Observable): An observable sequence which can be used to request values from the sequence.