actix-net/actix-rt/src
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
..
arbiter.rs Replace calls to `Pin::new_unchecked` with `pin_project`. 2020-03-04 12:08:52 -05:00
builder.rs `actix-rt`: minimize `futures` dependencies to `futures-{channel,util}` with default features off (#104) 2020-02-27 01:15:21 +09:00
lib.rs `actix-rt`: minimize `futures` dependencies to `futures-{channel,util}` with default features off (#104) 2020-02-27 01:15:21 +09:00
runtime.rs Suppress/fix clippy warnings 2020-01-29 12:05:55 +09:00
system.rs `actix-rt`: minimize `futures` dependencies to `futures-{channel,util}` with default features off (#104) 2020-02-27 01:15:21 +09:00