mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
chore: delete unused file (#2280)
The `blocking` module is not referenced in code. The file is left over from an earlier refactor.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#![cfg_attr(not(feature = "blocking"), allow(dead_code, unused_imports))]
|
||||
|
||||
//! Perform blocking operations from an asynchronous context.
|
||||
|
||||
cfg_blocking_impl! {
|
||||
mod pool;
|
||||
pub(crate) use pool::{spawn_blocking, BlockingPool, Spawner};
|
||||
|
||||
mod schedule;
|
||||
mod task;
|
||||
}
|
||||
Reference in New Issue
Block a user