concurrency v3.0.1 (2021-07-07T14:50:22Z)
Dub
Repo
StopToken
concurrency
stoptoken
Undocumented in source.
struct
StopToken {
this
(StopSource source);
bool
isStopRequested
();
enum
isStopPossible
;
}
Constructors
this
this
(StopSource source)
Undocumented in source.
Members
Functions
isStopRequested
bool
isStopRequested
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
isStopPossible
enum
isStopPossible
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
stoptoken
classes
StopCallback
StopSource
StopTokenObjectImpl
enums
isStopToken
functions
onStop
stopTokenObject
interfaces
StopTokenObject
structs
NeverStopToken
StopToken