Publisher

A publisher sends emits events that other objects can listen to.

Members

Aliases

Output
alias Output = Outputs[0]
Undocumented in source.
Output
alias Output = Outputs
Undocumented in source.

Functions

subscribe
void subscribe(Subscriber!Output subscriber)

Low-level API to directly subscribe to the data sent by this publisher.

then
auto then(T delegate(Output) @(safe) next)

Connect a listener to the publisher.

Meta