mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-04 06:56:14 +00:00
use RWlock when accessing os::env Multiple threads modifying the current process environment is fairly uncommon. Optimize for the more common read case. r? ````@m-ou-se````