MCPcopy Index your code
hub / github.com/SSheldon/rust-dispatch / resume

Method resume

src/queue.rs:321–321  ·  view source on GitHub ↗

Drops self, allowing the suspended `Queue` to resume.

(self)

Source from the content-addressed store, hash-verified

319
320 /// Drops self, allowing the suspended `Queue` to resume.
321 pub fn resume(self) { }
322}
323
324impl Clone for SuspendGuard {

Callers 1

test_suspendFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_suspendFunction · 0.64