forked from mirror/async-std
* 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 |
||
|---|---|---|
| .. | ||
| collections | ||
| fs | ||
| future | ||
| io | ||
| net | ||
| option | ||
| os | ||
| path | ||
| result | ||
| stream | ||
| string | ||
| sync | ||
| task | ||
| unit | ||
| vec | ||
| lib.rs | ||
| pin.rs | ||
| prelude.rs | ||
| utils.rs | ||