japaric / steed

[INACTIVE] Rust's standard library, free of C dependencies, for Linux systems
519 stars 22 forks source link

add synchronization to env::args #124

Open japaric opened 7 years ago

japaric commented 7 years ago

the implementation is supposed to use a Mutex but this has been commented out because there's no Mutex implementation atm

blocked by #16