1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-28 09:52:39 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Nikolay Kim
8fe7ce533c convert to edition 2018 2018-12-06 14:04:42 -08:00
Nikolay Kim
1b1ae01b5a migrate to new Service<Request> trait 2018-11-29 16:56:15 -10:00
Nikolay Kim
6c25becd3f impl Clone for TakeItem and TakeItemService 2018-11-01 11:03:03 -07:00
Nikolay Kim
afe15ba44f use executor spawn 2018-10-20 08:34:16 -07:00
Nikolay Kim
29ae1600a3 add TakeItem service 2018-10-05 16:00:44 -07:00
Nikolay Kim
82b71d91ea move Service to service sub mod 2018-09-11 09:30:22 -07:00
Nikolay Kim
0390ff37d3 Revert "use From/Into instead of custom IntoService and IntoNewService traits"
This reverts commit 9441624827.
2018-09-04 09:49:21 -07:00
Nikolay Kim
9441624827 use From/Into instead of custom IntoService and IntoNewService traits 2018-09-04 09:30:52 -07:00
Nikolay Kim
42a49da199 add StreamDispatcher 2018-09-01 10:29:56 -07:00