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

expose with_tokio_rt (#430)

This commit is contained in:
Rob Ede
2021-12-27 16:00:26 +00:00
committed by GitHub
parent 459a6d1b02
commit e92b5aaf31
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
- Expose `System::with_tokio_rt` and `Arbiter::with_tokio_rt`. [#430]
[#430]: https://github.com/actix/actix-net/pull/430
## 2.5.0 - 2021-11-22