auto merge of #16246 : ruud-v-a/rust/patch-1, r=brson
This commit is contained in:
commit
ce83301f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -2196,7 +2196,7 @@ and may not be overridden:
|
|||
Types are sendable
|
||||
unless they contain references.
|
||||
|
||||
* `Share` - Types that are *threadsafe*
|
||||
* `Share` - Types that are *threadsafe*.
|
||||
These are types that are safe to be used across several threads with access to
|
||||
a `&T` pointer. `Mutex<T>` is an example of a *sharable* type with internal mutable data.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue