concurrency v5.0.0 (2022-10-19T08:12:29Z)
Dub
Repo
ToListSender
concurrency
stream
tolist
Undocumented in source.
struct
ToListSender (
Stream
) {
alias
Properties
=
StreamProperties
!
Stream
;
alias
Value
=
Properties
.
ElementType
[]
;
Stream
stream
;
auto
connect
(Receiver receiver);
}
Members
Aliases
Properties
alias
Properties
=
StreamProperties
!
Stream
Undocumented in source.
Value
alias
Value
=
Properties
.
ElementType
[]
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
stream
Stream
stream
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
stream
tolist
functions
toList
structs
ToListOp
ToListReceiver
ToListSender
ToListState