Understanding Threads, Processes, and Coroutines in RTOS
Follow+Star public account, don’t miss exciting content
Reprinted from | The Last Bug
Today, I will explain the concepts of threads, processes, and coroutines in OS, and see which one tasks in RTOS belong to.
1. Overall Relationship Diagram of the Three
Many friends encounter various program forms while learning OS, such as processes, threads, coroutines, monitors, fibers, oh my god! If you are not familiar with them, it is really difficult to distinguish. Today, the