concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
ForwardExtensionPoints
concurrency
receiver
Undocumented in source.
mixin template
ForwardExtensionPoints (
alias
receiver
) {
auto
getStopToken
();
auto
getScheduler
();
}
Members
Functions
getScheduler
auto
getScheduler
()
Undocumented in source. Be warned that the author may not have intended to support it.
getStopToken
auto
getStopToken
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
concurrency
receiver
enums
isReceiver
functions
checkReceiver
getStopToken
setValueOrError
interfaces
ReceiverObjectBase
mixin templates
ForwardExtensionPoints
structs
NullReceiver
ThrowingNullReceiver