rxjs-blocking-queue
v1.0.2
Published
Long lived FIFO queue that emit newly added element if isn't blocked
Downloads
2
Readme
Blocking queue based on rxjs.
Emits first value and wait for signal to emit another.
In any time it is possible do add element to the end of queue.