vsignal v0.1.0 (2021-09-17T00:09:50Z)
Dub
Repo
Sink
vsignal
sink
Undocumented in source.
struct
Sink (
F
) {
this
(Signal!F* sig);
size_t
length
();
bool
empty
();
}
Constructors
this
this
(Signal!F* sig)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vsignal
sink
functions
connect
disconnect
structs
Connection
Sink