We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f1199 commit 565667fCopy full SHA for 565667f
src/send-and-sync.md
@@ -14,7 +14,7 @@ captures this through the `Send` and `Sync` traits.
14
すべてのものが継承可変性に従っているわけではありません。が、いくつかの型においては、
15
メモリ上の場所の値を変更している間に、複数のエイリアスを生成することが可能です。
16
これらの型が、このアクセスを管理するために同期を行なわない限り、これらは絶対スレッドセーフでは
17
-ありません。 Rust ではこれを、 `Send` トレイトと `Sync` トレイトでキャプチャしています。
+ありません。 Rust ではこれを、 `Send` トレイトと `Sync` トレイトで表しています。
18
19
<!--
20
* A type is Send if it is safe to send it to another thread.
0 commit comments