fs: use async fn instead of custom futures (#1381)

Also update all the doc examples.
This commit is contained in:
Carl Lerche
2019-08-04 11:24:30 -07:00
committed by GitHub
parent 337646b97f
commit 6cbe3d4f82
36 changed files with 691 additions and 1668 deletions
+1
View File
@@ -2,5 +2,6 @@
#[cfg(unix)]
pub mod unix;
#[cfg(windows)]
pub mod windows;