ValueSender

A Sender that sends a single value of type T

Members

Aliases

Value
alias Value = T
Undocumented in source.

Functions

connect
Op!Receiver connect(Receiver receiver)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Op
struct Op(Receiver)
Undocumented in source.

Variables

value
T value;
Undocumented in source.

Meta