Feitong Chen
Feitong Chen
`futures` crate provides a useful synchronization primitive `AtomicWaker`. I think it is a better choice over `Mutex`.
Cargo support workspace for multi-package projects. Currently `cargo deps` complains > error: Could not parse toml file: No 'package' table found How about just adding a top node with a...
Version of VSCode: 1.12.2 Version of the extension: 0.3.14 OS: macOs Sierra Description: In the following ```rust let pwd = path::Path::new("."); let output = pwd .read_dir() .unwrap() .map(|entry| entry.$) //...