concurrency.stoptoken

Undocumented in source.

Members

Aliases

StopTokenObject
deprecated alias StopTokenObject = StopToken
Undocumented in source.

Classes

StopCallback
class StopCallback
Undocumented in source.
StopSource
class StopSource
Undocumented in source.

Functions

onStop
StopCallback onStop(StopSource stopSource, void delegate() nothrow @(safe) shared callback)
Undocumented in source. Be warned that the author may not have intended to support it.
onStop
StopCallback onStop(StopSource stopSource, void function() nothrow @(safe) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
onStop
StopCallback onStop(StopToken stopToken, void delegate() nothrow @(safe) shared callback)
Undocumented in source. Be warned that the author may not have intended to support it.
onStop
StopCallback onStop(StopToken stopToken, void function() nothrow @(safe) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
stopTokenObject
auto stopTokenObject(StopToken stopToken)
Undocumented in source. Be warned that the author may not have intended to support it.
stopTokenObject
auto stopTokenObject(NeverStopToken stopToken)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

NeverStopToken
struct NeverStopToken
Undocumented in source.
StopToken
struct StopToken
Undocumented in source.

Meta