Commit Graph

21 Commits

Author SHA1 Message Date
Nikolay Kim 68e00ec18c refactor naming 2019-11-11 11:44:06 +06:00
Nikolay Kim 5a4ce470f9 disable tests 2019-11-11 02:44:58 +06:00
Nikolay Kim c5e8764508 remove Pin from Service::poll_ready(); simplify combinators api; make code compile 2019-11-11 01:09:05 +06:00
Michal Hornický 7528e7f1cb Migrate actix-service to std::future,
This is a squash of ~8 commits, since it included a lot of experimentation. To see the commits,
look into the semtexzv/std-future-service-tmp branch.
2019-11-07 18:36:13 -05:00
Nikolay Kim b491d373b1 update actix-rt changes 2019-07-17 10:30:59 +06:00
Nikolay Kim f0776fca94 Use associated type for NewService config 2019-05-12 06:03:50 -07:00
Nikolay Kim bd814d6f80 re-export trust-dns types 2019-04-05 10:36:57 -07:00
dowwie 5cbc29306a updated as per comments 2019-04-04 14:02:53 -04:00
dowwie 33cd51aabf added docs for trait Service, trait Transform 2019-04-04 11:40:28 -04:00
Nikolay Kim ef9bfb8981 add helpers 2019-03-12 12:53:08 -07:00
Nikolay Kim 6bbbdba921 revert generic Request change 2019-03-09 06:36:23 -08:00
Nikolay Kim 1153715149 change generics order for Transform trait 2019-03-05 09:49:08 -08:00
Nikolay Kim dfbb77f98d make service Request type generic 2019-03-05 07:35:26 -08:00
Nikolay Kim e8a49801eb revert IntoFuture change 2019-03-04 21:37:06 -08:00
Nikolay Kim 03f2046a42 add ApplyTransform new service 2019-03-04 21:25:50 -08:00
Nikolay Kim ed14e6b8ea change to IntoFuture 2019-03-04 20:29:35 -08:00
Nikolay Kim 8c48bf4de7 simplify transform trait 2019-03-04 19:38:11 -08:00
Nikolay Kim 668e4f9ac4 update utils; add NewTransform::map_init_err 2019-03-02 13:18:01 -08:00
Nikolay Kim d0b8b6940c add configuration parameter to transform factory 2019-03-02 12:16:30 -08:00
Nikolay Kim 7dca264546 move transform map_err combinator to separate module 2019-02-04 10:55:39 -08:00
Nikolay Kim bd977373bc generalize apply combinator with transform trait 2019-02-03 10:42:27 -08:00