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

Server: run after await (#426)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Ali MJ Al-Nasrawy
2021-12-05 22:22:47 +03:00
committed by GitHub
parent 8c4ec34cd4
commit 4e0dd091f5
6 changed files with 129 additions and 110 deletions

View File

@ -2,8 +2,10 @@
## Unreleased - 2021-xx-xx
* Hide implementation details of `Server`. [#424]
* `Server` now runs only after awaiting it. [#425]
[#424]: https://github.com/actix/actix-net/pull/424
[#425]: https://github.com/actix/actix-net/pull/425
## 2.0.0-beta.9 - 2021-11-15