You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
async-std/tests
Pascal Hertleif 56538ebd91 Improve verbose errors for socket addresses
Moves the point of adding error context to the net::addr module so that
we have access to the raw address input and can include it in the error
message.
5 years ago
..
addr.rs Implement an async version of ToSocketAddrs (#74) 5 years ago
block_on.rs remove async_await feature gate 5 years ago
buf_writer.rs fix clippy::cognitive_complexity 5 years ago
channel.rs Fix deadlock when all receivers are dropped (#474) 5 years ago
io_timeout.rs add tests for io::timeout 5 years ago
mutex.rs remove async_await feature gate 5 years ago
rwlock.rs $cargo fix -Z unstable-options --clippy --features unstable 5 years ago
stream.rs Stream::merge does not end prematurely if one stream is delayed (#437) 5 years ago
task_local.rs remove async_await feature gate 5 years ago
tcp.rs Added TCP smoke tests against std Listener and Stream 5 years ago
udp.rs remove async_await feature gate 5 years ago
uds.rs Fix uds listener hanging on accept (#272) 5 years ago
verbose_errors.rs Improve verbose errors for socket addresses 5 years ago