concurrency ~queue (2022-05-11T02:50:25.9692137)
Dub
Repo
StopToken
concurrency
stoptoken
Undocumented in source.
struct
StopToken {
this
(StopSource source);
this
(StopSource source);
bool
isStopRequested
();
const
bool
isStopPossible
;
}
Constructors
this
this
(StopSource source)
Undocumented in source.
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.
Variables
isStopPossible
bool
isStopPossible
;
Undocumented in source.
source
StopSource
source
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
stoptoken
aliases
StopTokenObject
classes
StopCallback
StopSource
functions
onStop
stopTokenObject
structs
NeverStopToken
StopToken