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 565667f commit ac60c15Copy full SHA for ac60c15
src/send-and-sync.md
@@ -11,7 +11,7 @@ synchronization to manage this access, they are absolutely not thread safe. Rust
11
captures this through the `Send` and `Sync` traits.
12
-->
13
14
-すべてのものが継承可変性に従っているわけではありません。が、いくつかの型においては、
+すべてのものが継承可変性に従っているわけではありません。いくつかの型においては、
15
メモリ上の場所の値を変更している間に、複数のエイリアスを生成することが可能です。
16
これらの型が、このアクセスを管理するために同期を行なわない限り、これらは絶対スレッドセーフでは
17
ありません。 Rust ではこれを、 `Send` トレイトと `Sync` トレイトで表しています。
0 commit comments