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

system: run and return exit code on stop (#411)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Luca Bruno
2021-11-15 18:49:02 +00:00
committed by GitHub
parent ae28ce5377
commit ce8ec15eaa
3 changed files with 38 additions and 19 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Add `System::run_with_code` to allow retrieving the exit code on stop. [#411]
[#411]: https://github.com/actix/actix-net/pull/411
## 2.4.0 - 2021-11-05
* Add `Arbiter::try_current` for situations where thread may or may not have Arbiter context. [#408]