fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
Publisher
fluid
future
pipe
A publisher sends emits events that other objects can listen to.
alias
Publisher
(
Output
:
void
)
=
Publisher
!()
@
safe
alias
Publisher
(
Output
:
void
)
=
Publisher
!()
interface
Publisher
(Outputs...)
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 publisher sends emits events that other objects can listen to.