Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The synchronization is handled by the runtime. While you could still have concurrent access issues, async tasks will not deadlock in c#, unlike lock mechanisms. You don't get concurrency for free, but the finer details of lock management are avoided.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: