Private _pendingReadonly senderThe sender which owns the signal.
Connect a slot to the signal.
true if the connection succeeds, false otherwise.
The slot to invoke when the signal is emitted.
Optional thisArg: unknownThe this context for the slot. If provided,
this must be a non-primitive object.
Disconnect a slot from the signal.
true if the connection is removed, false otherwise.
The slot to disconnect from the signal.
Optional thisArg: unknownThe this context for the slot. If provided,
this must be a non-primitive object.
Generated using TypeDoc
A concrete implementation of
IStream.Example