Rust concurrency
Topic history | v1 (current) | created by jjones
Details
Rust concurrency
see v1 | created by jjones | Add topic "Rust Concurrency"
- Title
- Rust concurrency
- Description
- Rust offers a variety of tools for modeling problems in whatever way is appropriate for your situation and requirements. By leveraging ownership and type checking, many concurrency errors are compile-time errors in Rust rather than runtime errors.
- Link
- https://doc.rust-lang.org/book/ch16-00-concurrency.html
resources
treated in Fearless Concurrency with Rust | Rust Blog
authors
This topic has no history of related authors.