Module alloc::arc[src]
Concurrency-enabled mechanisms for sharing mutable and/or immutable state between tasks.
Structs
| Arc | An atomically reference counted wrapper for shared state. |
| Weak | A weak pointer to an |
Concurrency-enabled mechanisms for sharing mutable and/or immutable state between tasks.
| Arc | An atomically reference counted wrapper for shared state. |
| Weak | A weak pointer to an |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).