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

Can `ttl` and `set_ttl` methods for `TcpListener` be implemented to enable getting and setting the TTL value of the underlying socket?

Export Arc variations of RwLockGuards

Noticed that `async_std::net::UdpSocket` does not implement `try_clone()` function, which is implemented in standard lib. Tested out briefly on a local env and it seems to me that something like this...

I didn’t attempt to audit the code and compare it to the breaking changes noted in https://github.com/smol-rs/async-channel/blob/v2.3.1/CHANGELOG.md#version-200. I did run `cargo test --no-fail-fast` and didn’t observe any regressions (`to_socket_addr_str_bad` panics...

Most of these are based on the automatic `clippy --fix` changes, with some many changes to reduce the noise. `max_value()` to `MAX` and the cfg change are manual. (note: I...

The recent deprecation message committed to this repo appears in the README and as a consequence on crates.io, but it does not appear: - On the [docs.rs landing page](https://docs.rs/async-std/1.13.1/async_std/) -...

See https://github.com/szabgab/public-mdbooks/issues/10

I ran clippy fix and rustfix.