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

add System::try_current (#275)

This commit is contained in:
Rob Ede
2021-02-06 22:45:03 +00:00
committed by GitHub
parent eb4d29e15e
commit 32543809f9
3 changed files with 21 additions and 0 deletions

View File

@ -2,8 +2,10 @@
## Unreleased - 2021-xx-xx
* Add `Arbiter::handle` to get a handle of an owned Arbiter. [#274]
* Add `System::try_current` for situations where actix may or may not be running a System. [#275]
[#274]: https://github.com/actix/actix-net/pull/274
[#275]: https://github.com/actix/actix-net/pull/275
## 2.0.1 - 2021-02-06