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

optimize InOrder service

This commit is contained in:
Nikolay Kim
2019-12-11 18:55:53 +06:00
parent c7a8743bf9
commit 8bb81c0768
3 changed files with 5 additions and 10 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [1.0.1] - 2019-12-11
* Optimize InOrder service
## [1.0.0] - 2019-12-11
* Simplify oneshot and mpsc implementations