An Emitter with a ready() method, that only supports a single active subscriber. (Useful for testing stream operators and sinks.)
Created using mockSource().
Call the emitter to emit events on its .source
Close all current subscribers' connections
An event source that receives the events
Close all current subscribers' connections with an error
An Emitter with a ready() method, that only supports a single active subscriber. (Useful for testing stream operators and sinks.)
Created using mockSource().