This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
If you've done any async programming in Rust, you will have encountered the problem, where you can't run tokio::spawn , because the future cannot be sent between threads safely . This is a tale about why this problem exists, how it could be solved for good, and why it's not trivial to do without breaking existing code. Rust Thread Safety Rust ensures thread safety through 2 really ingenious…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.