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