From a39b90679b863f2158c4d502e1665e2a7f7b6ecb Mon Sep 17 00:00:00 2001 From: wireless4024 Date: Sun, 12 Feb 2023 10:26:22 +0700 Subject: [PATCH] add changes --- actix-rt/CHANGES.md | 8 +++++++- actix-server/CHANGES.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index caa8659f..24008efc 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -1,7 +1,13 @@ # Changes ## Unreleased - 2022-xx-xx - +- tokio_uring improvement + - rework `actix_rt::Arbiter::with_tokio_rt` and + `actix_rt::Arbiter::with_tokio_rt` (to compatible with old code) + - rework `actix_rt::Runtime` to support `tokio_uring::Runtime` + - impl `actix_rt::Runtime::{block_on,from}` + - rework `actix_rt::System` to support `tokio_uring::Runtime` + - impl `actix_rt::Runtime::{new,with_tokio_rt}` ## 2.8.0 - 2022-12-21 - Add `#[track_caller]` attribute to `spawn` functions and methods. [#454] diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index f3919a16..ce79eeae 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2022-xx-xx - +- use `max_blocking_threads` as submission queue & completion queue (tokio_uring) and docs in `actix_server::worker::ServerWorker` ## 2.2.0 - 2022-12-21 - Minimum supported Rust version (MSRV) is now 1.59.