multithreaded的用法和樣例:
例句
- A straightforward way to implement multithreaded applications is to associate a lightweight process with each thread.
一種實現多線程程序最直接的方法就是用一個輕進程關聯每個線程。 - Synchronization provides a compromise between the unstructured nature of multithreaded programming and the structured order of synchronous processing.
同步可以在多線程編程的非結構化特性與同步處理的結構化順序之間進行平衡。