concurrency v3.1.0 (2021-08-24T13:51:28Z)
Dub
Repo
canSenderThrow.NoErrorReceiver
concurrency
sender
canSenderThrow
Undocumented in source.
template
canSenderThrow
(Sender)
struct
NoErrorReceiver {
void
setDone
();
static if
(
is(Sender.Value == void)
)
void
setValue
();
static if
(!(
is(Sender.Value == void)
))
void
setValue
(Sender.Value t);
}
Members
Functions
setDone
void
setDone
()
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void
setValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void
setValue
(Sender.Value t)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
concurrency
sender
canSenderThrow
manifest constants
canSenderThrow
structs
NoErrorReceiver