Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
impl Clone for Queue {
290
fn clone(&self) -> Self {
291
unsafe {
292
dispatch_retain(self.ptr);
293
}
294
Queue { ptr: self.ptr }
295
}
296
}
297
298
impl Drop for Queue {
Callers
5
new
Method · 0.45
async_increment
Function · 0.45
test_after
Function · 0.45
test_barrier_sync
Function · 0.45
test_barrier_async
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_after
Function · 0.36
test_barrier_sync
Function · 0.36
test_barrier_async
Function · 0.36