Threads (And Tasks) run pseudo parallelly
Apr 18, 2024 · 3 min read · Only one thread runs at any moment Processors of the past (or what is called as a core) are capable of executing only one instruction at a time. Consequently, only a single thread could be actively running at any given moment. This is due to the arch...
Join discussion































