mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Switch back to futures from crates.io (#113)
Doing so requires copying the `current_thread` executor from GitHub into the repo.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//! Task execution utilities.
|
||||
//!
|
||||
//! This module only contains `current_thread`, an executor for multiplexing
|
||||
//! many tasks on a single thread.
|
||||
|
||||
pub mod current_thread;
|
||||
mod scheduler;
|
||||
mod sleep;
|
||||
Reference in New Issue
Block a user