Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does that runtime run the tasks across multiple cores?


In Rust the answer is "it depends". Since the runtime is not provided by the language you can have implementations that are a single thread, thread-per-task, a thread pool, or whatever other setup you can think of. Tokio at least offers a single threaded version and a thread pool version.




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

Search: