- Track tokio release.
- Temporarily use a dedicated thread pool for all blocking operations (#1495).
- Update
futures
dependency to 0.3.0-alpha.18.
- Switch to
async
,await
, andstd::future
.
- File::try_clone() (#850).
- Async equivalent of read / write file helpers being added to
std
(#896).
- Add examples to
File
API docs (#786).
- Provide
File::from_std
(#696).
- Add async equivalents to most of
std::fs
(#494).
- Initial release