1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 07:02:59 +01:00
actix-net/actix-ioframe
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
tests refactor service and state manahement 2019-12-29 13:42:42 +06:00
Cargo.toml Update actix-connect dependency 2020-03-03 17:24:41 +09:00
CHANGES.md refactor service and state manahement 2019-12-29 13:42:42 +06:00
LICENSE-APACHE add custom framed dispatcher service 2019-06-26 15:19:40 +06:00
LICENSE-MIT add custom framed dispatcher service 2019-06-26 15:19:40 +06:00