In other words, any type T is Sync if &T (a reference to T ) is Send , meaning the reference can be sent safely to another thread. Similar to Send , primitive ...
確定! 回上一頁