Abstract
- Basically takes the benefits of Multi-threading without the worry for Race Condition (竞态条件) & Deadlock (死锁), thanks to Non-blocking Thread
No Parallelism
There is only one single Thread, so can’t take advantage of Multi-core Chip. A CPU Bounded task can block the execution of the entire program, thus no Parallelism (并行性)