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

prepare actix-server release 2.0.0-beta.9

This commit is contained in:
Rob Ede
2021-11-15 02:39:55 +00:00
parent 58a67ade32
commit 443a328fb4
4 changed files with 11 additions and 5 deletions

View File

@ -108,7 +108,7 @@
[#129]: https://github.com/actix/actix-net/issues/129
## 1.1.0 - 2020-04-08 (YANKED)
## 1.1.0 - 2020-04-08 _(YANKED)_
* Expose `System::is_set` to check if current system has ben started [#99]
* Add `Arbiter::is_running` to check if event loop is running [#124]
* Add `Arbiter::local_join` associated function