Remove reference to MutexArc
This commit is contained in:
parent
85e34b2396
commit
5518071019
@ -2155,7 +2155,7 @@ unless they contain references.
|
||||
|
||||
* `Share` - Types that are *threadsafe*
|
||||
These are types that are safe to be used across several threads with access to
|
||||
a `&T` pointer. `MutexArc` is an example of a *sharable* type with internal mutable data.
|
||||
a `&T` pointer. `Mutex<T>` is an example of a *sharable* type with internal mutable data.
|
||||
|
||||
* `'static` - Non-borrowed types.
|
||||
These are types that do not contain any data whose lifetime is bound to
|
||||
|
Loading…
x
Reference in New Issue
Block a user