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

Poll boxed service call result immediately

This commit is contained in:
Nikolay Kim
2019-04-07 20:48:40 -07:00
parent bd814d6f80
commit a60112c71e
3 changed files with 22 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.3.6] - 2019-04-07
### Changed
* Poll boxed service call result immediately
## [0.3.5] - 2019-03-29
### Added