Merge pull request #3372 from sourcefrog/share-renamed

Mention that Share was renamed to Sync
This commit is contained in:
Josh Triplett 2023-01-23 17:33:33 -08:00 committed by GitHub
commit 3296da6c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
- RFC PR #: [rust-lang/rfcs#19](https://github.com/rust-lang/rfcs/pull/19), [rust-lang/rfcs#127](https://github.com/rust-lang/rfcs/pull/127)
- Rust Issue #: [rust-lang/rust#13231](https://github.com/rust-lang/rust/issues/13231)
**Note:** The `Share` trait described in this RFC was later
[renamed to `Sync`](0123-share-to-threadsafe.md).
# Summary
The high-level idea is to add language features that simultaneously