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

Method clone

src/queue.rs:290–295  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

288
289impl Clone for Queue {
290 fn clone(&self) -> Self {
291 unsafe {
292 dispatch_retain(self.ptr);
293 }
294 Queue { ptr: self.ptr }
295 }
296}
297
298impl Drop for Queue {

Callers 5

newMethod · 0.45
async_incrementFunction · 0.45
test_afterFunction · 0.45
test_barrier_syncFunction · 0.45
test_barrier_asyncFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_afterFunction · 0.36
test_barrier_syncFunction · 0.36
test_barrier_asyncFunction · 0.36