Nachiappan Kumarappandev-chronicle.hashnode.dev·Apr 18, 2024Threads (And Tasks) run pseudo parallellyOnly 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...Discuss·166 readsThreads - Tasks - Async/Awaitpseudo-parallel