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

add arbiter handle assoc fn (#274)

* add arbiter handle assoc fn
This commit is contained in:
Rob Ede
2021-02-06 22:27:56 +00:00
committed by GitHub
parent 7ee42b50b4
commit eb4d29e15e
3 changed files with 31 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Add `Arbiter::handle` to get a handle of an owned Arbiter. [#274]
[#274]: https://github.com/actix/actix-net/pull/274
## 2.0.1 - 2021-02-06