Nuacht

Here's a problem that caught my attention after reading @matklad's blog post titled Stopping a Rust worker. While the presented thread stopping mechanism is indeed very nice and convenient, I think ...
Caused by the changes in #123550 the size of std::thread::Thread grew from one to two pointer sizes. The docs don't promise Thread to have a certain size so I'm not quite sure whether this would be ...
Hi all, Rust is coming-up often-enough in the perpetual thread, often with interesting questions or bug reports, so it might be a good time to start a dedicated thread for it. For those that do ...