MultiPublisherImpl

Undocumented in source.
@safe
class MultiPublisherImpl : staticMap!(PublisherSubscriberPair, IPipes)(
IPipes...
) if (
IPipes.length != 0
) {}

Members

Aliases

then
alias then = Publisher!(PipeContent!IPipe).then
Undocumented in source.

Functions

opCall
void opCall(PipeContent!IPipe content)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(Subscriber!(PipeContent!IPipe) subscriber)
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta