concurrency v5.0.3 (2023-04-12T14:20:47Z)
Dub
Repo
ConnectCounter
ut
concurrency
operations
Undocumented in source.
struct
ConnectCounter {
alias
Value
=
int
;
int
counter
;
auto
connect
(Receiver receiver);
}
Members
Aliases
Value
alias
Value
=
int
Undocumented in source.
Functions
connect
auto
connect
(Receiver receiver)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
counter
int
counter
;
Undocumented in source.
Meta
Source
See Implementation
ut
concurrency
operations
structs
ConnectCounter
OutOfBandValueSender