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

remove actix-threadpool re-export from actix-rt (#212)

This commit is contained in:
fakeshadow
2020-11-25 01:03:09 +08:00
committed by GitHub
parent 59e976aaca
commit e0dd2a3d76
2 changed files with 2 additions and 6 deletions

View File

@ -15,9 +15,6 @@ pub use self::builder::{Builder, SystemRunner};
pub use self::runtime::Runtime;
pub use self::system::System;
#[doc(hidden)]
pub use actix_threadpool as blocking;
/// Spawns a future on the current arbiter.
///
/// # Panics