async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Async version of the Rust standard library

Results 141 async-std issues
Sort by recently updated
recently updated
newest added

Is there a plan to implement positioned IO? Basically the trait std::os::unix::fs::FileExt.

hi im new to rust and stumbled across this library. currently i try to do a simple music application and have a music player running inside a task. but the...

I have packaged async-std for Debian, where it succesfully builds on all supported architctures except [aarch64](https://buildd.debian.org/status/fetch.php?pkg=rust-async-std&arch=arm64&ver=1.12.0-2&stamp=1666913499&raw=0) and [mips64el](https://buildd.debian.org/status/fetch.php?pkg=rust-async-std&arch=mips64el&ver=1.12.0-2&stamp=1666914355&raw=0) where it fails test io_timeout_timedout: ``` Running `//target/aarch64-unknown-linux-gnu/release/deps/io_timeout-aa97540a6076f5ab` running 3 tests test...

The Eclipse Zenoh project is an async-std power-user. Thanks for adding us to the Ecosystem as we've also done plenty of performance characterisation and evaluations comparing async-std to Tokio for...

As far as I see (correct me if I'm wrong) I don't see any `IsTerminal::is_terminal` alternative known from std lib. None of [`async_std::fs::File`](https://docs.rs/async-std/latest/async_std/fs/struct.File.html) nor [`async_std::io::Stdin`](https://docs.rs/async-std/latest/async_std/io/struct.Stdin.html) doesn't have any `IsTerminal` implementation....

# Background AsyncDrop is a feature that is very needed in many scenarios. Among them, the widely discussed ones include: - **Structured Concurrency**, which needs it to asynchronously wait for...

Summary *tl;dr: `rustix` memory vulnerability affects `rustix` version < 0.38.19, please update to latest `rustix` version via updating to the latest 2.2.xx version of `async-io` to resolve this vulnerability. This...

1.12.0 was [released in June 2022](https://github.com/async-rs/async-std/releases/tag/v1.12.0), it's been over 2 years. [This issue](https://github.com/sunfishcode/io-lifetimes/issues/38) is tracking crates with `async-std` as one blocker waiting on a release for a [`async-std` PR that...