Tasks - more efficient that thread
Apr 18, 2024 · 3 min read · Overview of thread Drawback of threads We had seen that threads provide a way execute code parallelly. When we execute blocks of code using thread, there is some work done for creation of the thread and deletion of the thread by the OS. This work don...
Join discussion
































