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
William Brown
9b6a955da4
Improve Arbiter documentation
2019-03-15 10:24:27 +10:00
Nikolay Kim
f1d4bcef4b
add Arbiter::exec_fn and exec functions
2019-03-11 22:51:17 -07:00
Nikolay Kim
8ad93f4838
move server to separate crate
2018-12-09 22:14:29 -08:00
Nikolay Kim
ffb07c8884
use actix-rt for server impl
2018-12-09 21:51:35 -08:00
Nikolay Kim
cdd6904aa0
rename Server to ServerBuilder
2018-12-09 20:30:14 -08:00
Nikolay Kim
98a151db4f
add actix single threaded runtime
2018-12-09 19:55:40 -08:00