dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

Introduce `mioco::thread`? #123

Open dpc opened 8 years ago

dpc commented 8 years ago

I wonder if mioco::spawnshould becomemioco::thread::spawn, andmioco::sleepshould becomemioco::thread::sleep. That would mimickstd::thread::{sleep, spawn}`.

Opinions?