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

I think the article's point is that if you're doing single-threaded concurrency then you don't (or at least might not) need synchronization primitives. If you're writing a Node script, for example, then you don't have to worry about two callbacks trying to modify the same variable at the same time because you know that there is only one thread of execution.


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

Search: