observable ~master (2021-08-23T08:04:24Z)
Dub
Repo
SignalConnectionContainer
observable
signal
A container for multiple connections that share the same life time.
struct
SignalConnectionContainer {
import
std
.
container
.
array
:
Array
;
;
~this
();
void
add
(SignalConnection conn);
void
clear
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
add
void
add
(SignalConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
observable
signal
classes
SharedSignal
structs
Signal
SignalConnection
SignalConnectionContainer
SignalSocket
A container for multiple connections that share the same life time.