Skip to content

第 29 章 状态共享

前面我们已经看到,Rust 可以阻止在多线程之间不安全的共享状态。本章我们来讲解一下,在 Rust 中,如何使用标准库安全地实现多线程访问共享变量。

Released under the MIT License