add changes

This commit is contained in:
wireless4024 2023-02-12 10:26:22 +07:00
parent a6791f105c
commit a39b90679b
No known key found for this signature in database
GPG Key ID: D102C2A868192A39
2 changed files with 8 additions and 2 deletions

View File

@ -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]

View File

@ -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.