forked from mirror/async-std
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.
c3e38150e4
* Fix uds listener hanging on accept UDS listener was hanging because the accept method would return `Poll::Pending` without registering the task to be awoken in the case when underlying unix listener returns a WouldBlock that gets converted to None. This is a hacky fix for this case. Should fix #248 * Test simulating uds ping-pong server/client This one should reproduce #248 bug to prevent further regressions. * Code review fixes |
5 years ago | |
---|---|---|
.. | ||
addr.rs | 5 years ago | |
block_on.rs | 5 years ago | |
io_timeout.rs | 5 years ago | |
mutex.rs | 5 years ago | |
rwlock.rs | 5 years ago | |
task_local.rs | 5 years ago | |
tcp.rs | 5 years ago | |
udp.rs | 5 years ago | |
uds.rs | 5 years ago |