tokio-rs / tokio-core

I/O primitives and event loop for async I/O in Rust
Apache License 2.0
640 stars 115 forks source link

Set the current_thread context for the run future. #315

Closed carllerche closed 6 years ago

carllerche commented 6 years ago

This allows spawning new futures using current_thread::spawn.