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

Add getter methods for actix_rt::Runtime and tokio::runtime::Runtime (#484)

Co-authored-by: Alik Aslanyan <inline0@pm.me>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Alik Aslanyan
2023-08-26 19:04:08 +04:00
committed by GitHub
parent 0bc310a656
commit 3b5716c23e
3 changed files with 93 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Unreleased - 2023-xx-xx
- Add `actix_rt::System::runtime()` method to retrieve the underlying `actix_rt::Runtime` runtime.
- Add `actix_rt::Runtime::tokio_runtime()` method to retrieve the underlying Tokio runtime.
- Minimum supported Rust version (MSRV) is now 1.65.
## 2.8.0 - 2022-12-21