concurrency v3.0.1 (2021-07-07T14:50:22Z)
Dub
Repo
StopTokenObject
concurrency
stoptoken
Undocumented in source.
interface
StopTokenObject {
bool
isStopRequested
();
bool
isStopPossible
();
StopCallback
onStop
(void delegate() nothrow @(safe) shared callback);
}
Members
Functions
isStopPossible
bool
isStopPossible
()
Undocumented in source.
isStopRequested
bool
isStopRequested
()
Undocumented in source.
onStop
StopCallback
onStop
(void delegate() nothrow @(safe) shared callback)
Undocumented in source.
Meta
Source
See Implementation
concurrency
stoptoken
classes
StopCallback
StopSource
StopTokenObjectImpl
enums
isStopToken
functions
onStop
stopTokenObject
interfaces
StopTokenObject
structs
NeverStopToken
StopToken