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

Use grow on Coroutines slab. #67

Closed dpc closed 8 years ago

dpc commented 8 years ago

Since Slab can grow now https://github.com/carllerche/slab/pull/13 this should be now possible.

dpc commented 8 years ago

Done.