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

Method pause

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

Source from the content-addressed store, hash-verified

34 }
35
36 pub fn pause(&self) {
37 self.0.pause.store(true, Ordering::SeqCst);
38 }
39
40 pub fn resume(&self) {
41 self.0.pause.store(false, Ordering::SeqCst);

Callers 2

it_pausesFunction · 0.80
scan_loopMethod · 0.80

Calls

no outgoing calls

Tested by 1

it_pausesFunction · 0.64