fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
MultiPublisherImpl
fluid
future
pipe
Undocumented in source.
@
safe
class
MultiPublisherImpl : staticMap!(PublisherSubscriberPair, IPipes)(
IPipes
...
)
if
(
IPipes
.
length
!= 0
) {
alias
then
=
Publisher
!(
PipeContent
!
IPipe
).
then
;
void
subscribe
(Subscriber!(PipeContent!IPipe) subscriber);
void
opCall
(PipeContent!IPipe content);
string
toString
();
}
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
Source
See Implementation
fluid
future
pipe
aliases
AllPublishers
AllSubscribers
MultiPublisher
Publisher
classes
AssertPipe
JoinPublisher
MultiPublisherImpl
Pipe
enums
isPublisher
isSubscriber
functions
join
pipe
thenAssertEquals
interfaces
Subscriber
structs
Event
templates
PipeContent
PublisherType
ToParameter