observable ~master (2021-08-23T08:04:24Z)
Dub
Repo
SignalSocket.connect
observable
signal
SignalSocket
Undocumented in source. Be warned that the author may not have intended to support it.
void
connect
(SignalConnection c, void delegate(Params) @(system) nothrow callable)
void
connect
(SignalConnectionContainer cc, void delegate(Params) @(system) nothrow callable)
void
connect
(SignalConnection c, void delegate(Params) @(safe) nothrow callable)
void
connect
(SignalConnectionContainer cc, void delegate(Params) @(safe) nothrow callable)
void
connect
(SignalConnection c, Callable callable, FixedParams fixed_args)
void
connect
(SignalConnectionContainer cc, Callable callable, FixedParams fixed_args)
void
connect
(SignalConnection c, void delegate(Params) callable)
struct
SignalSocket
(PARAMS...)
deprecated
void
connect
(
ref
SignalConnection
c
,
void
delegate
(
Params
)
callable
)
void
connect
(SignalConnectionContainer cc, void delegate(Params) callable)
void
connect
(SignalConnection c, Callable callable, FixedParams fixed_args)
void
connect
(SignalConnectionContainer cc, Callable callable, FixedParams fixed_args)
Meta
Source
See Implementation
observable
signal
SignalSocket
aliases
Params
constructors
this
destructors
~this
functions
connect
postblits
this(this)