1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Allow to create framed::Dispatcher with custom mpsc::Receiver

This commit is contained in:
Nikolay Kim
2019-12-11 20:23:14 +06:00
parent 081205a02f
commit b28f32e82c
3 changed files with 25 additions and 7 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [1.0.2] - 2019-12-11
* Allow to create `framed::Dispatcher` with custom `mpsc::Receiver`
## [1.0.1] - 2019-12-11
* Optimize InOrder service