Hacker News new | past | comments | ask | show | jobs | submit login

Does this new scheduler require a dedicated thread pool for CPU intensive futures, as the current scheduler does?

(Thank you for your hard work on Tokio!)




Thanks, I appreciate it!

The new scheduler will still require using a special API to run CPU intensive futures: `tokio_executor::blocking::run(|| cpu_intensive())`




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: