Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nialv7
10 months ago
|
parent
|
context
|
favorite
| on:
Zig's New Async I/O
Sure async might be implemented by threadpools, but the threadpool itself is not what we usually refer to when we talk about async as a language feature.
e.g. Rust async may be backed by a threadpool, but it could also run single threaded.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
e.g. Rust async may be backed by a threadpool, but it could also run single threaded.