1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

add actix-rt::task (#245)

This commit is contained in:
fakeshadow
2021-01-04 02:16:57 +08:00
committed by GitHub
parent 147c4f4f2c
commit a1982bdbad
3 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Add `task` mod with re-export of `tokio::task::{spawn_blocking, yield_now, JoinHandle}` [#245]
[#245]: https://github.com/actix/actix-net/pull/245
## 2.0.0-beta.1 - 2020-12-28
### Added