1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 03:42:59 +01:00
actix-net/actix-rt/src
Jeff Muizelaar 9271b95c87 Avoid a copy of the Future when initializing the Box. (#29)
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-17 10:29:22 +06:00
..
arbiter.rs Avoid a copy of the Future when initializing the Box. (#29) 2019-07-17 10:29:22 +06:00
builder.rs prepare rt release 2019-06-22 09:02:17 +06:00
lib.rs move threadpool to separate crate 2019-03-28 03:56:52 -07:00
mod.rs add actix single threaded runtime 2018-12-09 19:55:40 -08:00
runtime.rs Fix compiler warnings. 2019-03-13 08:41:26 +01:00
system.rs prepare rt release 2019-06-22 09:02:17 +06:00