Hacker News new | ask | show | jobs
by remix2000 245 days ago
I meant the trait send sync things. I just thought it was obvious, since Rust is not the only language susceptible to data races.
1 comments

> since Rust is not the only language susceptible to data races.

The point is rather that it’s not. The “trait send sync things” specify whether a value of the type is allowed to be respectively move or borrowed across thread boundaries.