<aside> 💡
tree
summary
名詞混淆
名詞
觀念 </aside>
三種concurrency實現方式 Processes
、I/O Multiplexing
和 Threads
Concurrent Programming with Processes
12.1
Concurrent Programming with I/O Multiplexing
12.2
Concurrent Programming with Threads
12.3
執行緒程式中的共享變數(Shared Variables in Threaded Programs) 12.4
Synchronizing
Threads with Semaphores
12.5
使用執行緒實現並行(Using Threads for Parallelism)12.6
Other Concurrency Issues 12.7