Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ragnese
on Dec 24, 2020
|
parent
|
context
|
favorite
| on:
Tokio 1.0 – async runtime for Rust
Language support for green threads require a heavier runtime (so you'd pay the performance cost even when you didn't write async code).
Tokio basically
is
green threads as a library.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Tokio basically is green threads as a library.