actix-net/actix-rt
Jeff Muizelaar d3b3c64be8 Avoid a copy of the Future when initializing the Box.
Future's can be pretty big (> 1500 bytes) so this probably worth doing.

I confirmed with memcpy-find that this did infact eliminate two ~1500
byte copies from the actix-web basic example.
2019-07-04 10:56:31 -04:00
..
src Avoid a copy of the Future when initializing the Box. 2019-07-04 10:56:31 -04:00
CHANGES.md prepare rt release 2019-06-22 09:02:17 +06:00
Cargo.toml Avoid a copy of the Future when initializing the Box. 2019-07-04 10:56:31 -04: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