phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Signal.connect
std
signals
Signal
Add a slot to the list of slots to be called when emit() is called.
mixintemplate
Signal
(T1...)
final
void
connect
(
slot_t
slot
)
Meta
Source
See Implementation
std
signals
Signal
aliases
slot_t
functions
connect
disconnect
disconnectAll
emit
Add a slot to the list of slots to be called when emit() is called.