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

fix server worker name

This commit is contained in:
Rob Ede
2021-11-04 23:00:43 +00:00
parent 5b537c7b10
commit 7d98247cb0
3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@
## Unreleased - 2021-xx-xx
* Add `Arbiter::try_current` for situations where thread may or may not have Arbiter context. [#408]
* Start io-uring with `System::new` when feature is enabled. [#395]
[#395]: https://github.com/actix/actix-net/pull/395
[#408]: https://github.com/actix/actix-net/pull/408