mirror of https://github.com/fafhrd91/actix-net
add changes
This commit is contained in:
parent
a6791f105c
commit
a39b90679b
|
@ -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]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue