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...166 readsThreads - Tasks - Async/Awaitpseudo-parallelAdd a thoughtful commentNo comments yetBe the first to start the conversation.