Commit Graph

4 Commits

Author SHA1 Message Date
Michal Hornický f42cba3bdc Migrate actix-codec to std::future
Current implementation is rough, with a generous sprinkling of unsafe for pinning and unpining
of references. This should be replaced with some macros, either pin-utils, or something custom
to actix libraries, since there is a lot of different future impls that need to be upgraded
2019-10-01 09:49:07 +02:00
Nikolay Kim 95d02659d5 Added Framed::map_io() method 2019-03-27 17:30:37 -07:00
Nikolay Kim b407c65f4c add FramedParts::with_read_buf method 2019-03-06 22:53:55 -08:00
Nikolay Kim e50be58fdb move codec to separate crate 2018-12-09 15:19:25 -08:00