Fixed incorrect module path
extra::arc -> sync::arc
This commit is contained in:
parent
3c9f2a5d0a
commit
12240e5b9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1710,7 +1710,7 @@ it's possible to use *dynamic* mutability via types like `std::cell::Cell` where
|
|||
via dynamic checks and can fail at runtime.
|
||||
|
||||
The `Rc` and `Gc` types are not sendable, so they cannot be used to share memory between tasks. Safe
|
||||
immutable and mutable shared memory is provided by the `extra::arc` module.
|
||||
immutable and mutable shared memory is provided by the `sync::arc` module.
|
||||
|
||||
# Closures
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue