mirror of https://github.com/fafhrd91/actix-net
This is a breaking change, as it changes some public methods to take `Pin<&mut Self>` rather than `&mut self`. This brings these methods into line with `Stream::poll_next`, which also takes a `Pin<&mut Self>` |
||
|---|---|---|
| .. | ||
| cell.rs | ||
| condition.rs | ||
| counter.rs | ||
| either.rs | ||
| framed.rs | ||
| inflight.rs | ||
| keepalive.rs | ||
| lib.rs | ||
| mpsc.rs | ||
| oneshot.rs | ||
| order.rs | ||
| stream.rs | ||
| task.rs | ||
| time.rs | ||
| timeout.rs | ||