concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
ThenSender
concurrency
operations
then
Undocumented in source.
struct
ThenSender (
Sender
Fun
)
if
(
models
!(
Sender
,
isSender
)
) {
import
std
.
traits
:
ReturnType
;
;
alias
Value
=
ReturnType
!
fun
;
Sender
sender
;
Fun
fun
;
auto
connect
(Receiver receiver);
}
Members
Aliases
Value
alias
Value
=
ReturnType
!
fun
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
fun
Fun
fun
;
Undocumented in source.
sender
Sender
sender
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
then
functions
then
structs
ThenSender