Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
recursive
on Jan 12, 2017
|
parent
|
context
|
favorite
| on:
What lies beneath async/await in C#?
Async/Await does not imply multiple threads. Often, the async version will use fewer threads than the equivalent synchronous code.
http://blog.stephencleary.com/2013/11/there-is-no-thread.htm...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
http://blog.stephencleary.com/2013/11/there-is-no-thread.htm...