エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Send & Mutex – Cryptical
I saw a question on Reddit, that asks: “Why does T need to be Send for a Mutex to be Sync“. I thi... I saw a question on Reddit, that asks: “Why does T need to be Send for a Mutex to be Sync“. I think that’s a great question, and in here I’ll try my best to shine some light on that. Send & Sync (intro) These are two marker traits (or auto-traits) implemented automatically by the compiler, that are very important for coding in Rust. They indicate that a type is safe to use (access) between threads