concurrency ~master (2022-01-07T14:23:47Z)
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