Y
Hacker News
new
|
ask
|
show
|
jobs
by
dochtman
405 days ago
Async is a language feature to enable scalability, but an alternative approach is just to spawn a bunch of threads and block threads when waiting for I/O to happen. That is the approach used by this framework.