Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrfox321
1313 days ago
Hybrid?
Request passed to a thread pool. Each thread is juggling coroutines representing in flight requests
1 comments
icedchai
1312 days ago
Is that worth the complexity? I like the way Go does it. The runtime is managing the actual threading and async IO as it schedules go routines, but to the programmer it all looks like normal synchronous code.
link