multi- thread的用法和樣例:
例句
- A straightforward way to implement multithreaded applications is to associate a lightweight process with each thread.
一種實(shí)現多線(xiàn)程程序最直接的方法就是用一個(gè)輕進(jìn)程關(guān)聯(lián)每個(gè)線(xiàn)程。 - In traditional multi-threading, each thread requires its own stack, that typically is over-provisioned.
在傳統的多線(xiàn)程內,每個(gè)線(xiàn)程必須擁有它自己的堆棧,典型的不可超越的規則。