1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 20:12:58 +01:00
actix-net/actix-utils
Aaron Hill c41b5d8dd4
Replace calls to Pin::new_unchecked with pin_project.
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>`
2020-03-04 12:08:52 -05:00
..
src Replace calls to Pin::new_unchecked with pin_project. 2020-03-04 12:08:52 -05:00
Cargo.toml Add Clone impl for condition::Waiter 2020-01-08 11:18:56 +06:00
CHANGES.md Add Clone impl for condition::Waiter 2020-01-08 11:18:56 +06:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00