mirror of
https://github.com/async-rs/async-std.git
synced 2025-11-09 04:56:40 +00:00
* Add future::poll_fn * Replace all uses of poll_fn with the new one * Remove some uses of futures * Simplify ReadDir and DirEntry * Remove some use of futures from File * Use futures subcrates * Fix imports in docs * Remove futures-util dependency * Remove futures-executor-preview * Refactor * Require more features in the futures-preview crate |
||
|---|---|---|
| .. | ||
| empty.rs | ||
| mod.rs | ||
| once.rs | ||
| repeat.rs | ||
| stream.rs | ||