Skip to content

Commit 97ca920

Browse files
committed
Translate TODO
1 parent d58ec7e commit 97ca920

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/send-and-sync.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,12 @@ Send と Sync を実装しています (これらの型が Send と Sync を実
158158
同じように、これらのコレクションのほとんどのイテレータは、イテレータがコレクションに対して
159159
`&``&mut` のように振る舞っているために、 Send や Sync を実装しています。
160160

161+
<!--
161162
TODO: better explain what can or can't be Send or Sync. Sufficient to appeal
162163
only to data races?
164+
-->
165+
166+
TODO: 何が Send や Sync を実装できるか、あるいは実装できないかについてのもっと良い
167+
説明。データ競合について述べるだけでも十分?
163168

164169
[unsafe traits]: safe-unsafe-meaning.html

0 commit comments

Comments
 (0)