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

Add the ability to spawn additional threads after mioco.start #74

Open Drakulix opened 8 years ago

Drakulix commented 8 years ago

Currently the thread pool is fixed in size after starting mioco. It would be nice for scheduling purposes to be able to add (and maybe remove) threads to the pool.

dpc commented 8 years ago

Agreed. But this non-essential feature, so I'd leave that our for a while until other things are settled and agreed on.