Skip to main content
CancellationToken
nxd_
core
0.1.0
Cancellation
Token
Required Methods
is_cancelled
Implementors
In nxd_
core::
domain::
plan
nxd_core
::
domain
::
plan
Trait
Cancellation
Token
Copy item path
Source
pub trait CancellationToken:
Send
+
Sync
{ // Required method fn
is_cancelled
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_cancelled
(&self) ->
bool
Implementors
§
Source
§
impl
CancellationToken
for
NeverCancelled