MCPcopy Create free account
hub / github.com/Freaky/Compactor / cancel

Method cancel

src/background.rs:32–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30 }
31
32 pub fn cancel(&self) {
33 self.0.cancel.store(true, Ordering::SeqCst);
34 }
35
36 pub fn pause(&self) {
37 self.0.pause.store(true, Ordering::SeqCst);

Callers 5

it_walksFunction · 0.80
dropMethod · 0.80
it_cancelsFunction · 0.80
it_pausesFunction · 0.80
scan_loopMethod · 0.80

Calls

no outgoing calls

Tested by 3

it_walksFunction · 0.64
it_cancelsFunction · 0.64
it_pausesFunction · 0.64