- 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.