concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
onStop
concurrency
stoptoken
Undocumented in source. Be warned that the author may not have intended to support it.
StopCallback
onStop
(StopSource stopSource, void delegate() nothrow @(safe) shared callback)
StopCallback
onStop
(StopSource stopSource, void function() nothrow @(safe) callback)
nothrow @
trusted
StopCallback
onStop
(
StopSource
stopSource
,
void
function
(
)
nothrow @
safe
callback
)
StopCallback
onStop
(StopToken stopToken, void delegate() nothrow @(safe) shared callback)
StopCallback
onStop
(StopToken stopToken, void function() nothrow @(safe) callback)
Meta
Source
See Implementation
concurrency
stoptoken
aliases
StopTokenObject
classes
StopCallback
StopSource
functions
onStop
stopTokenObject
structs
NeverStopToken
StopToken