mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:49:18 +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````