Hacker News new | ask | show | jobs
by askvictor 3247 days ago
There are valid reasons for programming with threads with only a single CPU (indeed when I learnedb thread programming in the 90s pretty much only single core cpus were available). For instance, IO blocking.