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

Allow to run future before server service initialization

This commit is contained in:
Nikolay Kim
2019-03-14 20:09:34 -07:00
parent f3aa48309f
commit d23dc6f6af
4 changed files with 43 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.4.1] - 2019-03-13
### Added
* Allow to run future before server service initialization
## [0.4.0] - 2019-03-12
### Changed