1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 07:19:05 +02:00

add InOrder service

This commit is contained in:
Nikolay Kim
2019-02-03 14:05:13 -08:00
parent 0063a26aab
commit 4be025926c
6 changed files with 253 additions and 30 deletions

View File

@ -2,6 +2,11 @@
## [0.2.1] - 2019-02-xx
### Added
* Add `InOrder` service. the service yields responses as they become available,
in the order that their originating requests were submitted to the service.
### Changed
* Convert `Timeout` and `InFlight` services to a transforms