observable ~master (2021-08-23T08:04:24Z)
Dub
Repo
ObservableSource.put
observable
observable
ObservableSource
Emits an event.
All subscribed observers will receive a copy of the event.
struct
ObservableSource
(T, EXTRA_STORAGE = void)
void
put
(
T
event
)
Meta
Source
See Implementation
observable
observable
ObservableSource
aliases
Event
constructors
this
functions
close
put
postblits
this(this)
properties
extraStorage
observable
Emits an event.
All subscribed observers will receive a copy of the event.