fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
Subscriber
fluid
future
pipe
A subscriber is an object that receives data from a
Publisher
.
@
safe
interface
Subscriber (
Ts
...
) {
void
opCall
(Ts args);
}
Members
Functions
opCall
void
opCall
(Ts args)
Undocumented in source.
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
A subscriber is an object that receives data from a Publisher.