concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
STSender
concurrency
operations
withstoptoken
Undocumented in source.
struct
STSender (
Sender
Fun
)
if
(
models
!(
Sender
,
isSender
)
) {
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
withstoptoken
functions
withStopToken
structs
STSender