DEV Community

Discussion on: What did you have the hardest time learning?

Collapse
 
peledzohar profile image
Zohar Peled

Multithreading. I mean, I got the concept pretty fast, but getting it right with all the locks and semaphores simply didn't sit well for the longest time. Honestly, I'm not sure I get it now, 20 years after learning about it the first time - though to be fair, I can count on one hand the number of times I've actually used threads, so not much practice in that area.