Mohammad Faani
1 min readApr 5, 2017

--

what’s interesting is that as a newbie developer I always thought multi-threading is just like the semaphores, I mean they lock. Yet Multi-threading is usually done in the way semaphore-less mutlithreading (lots of crazy fast context switching) which has a higher performance. Right?

--

--