concurrently execute
常見例句
- For the transfer thread configuration, you also see the maximum number configured to execute concurrently.
對於傳輸線程配置,還可以看到可以同時執(zhí)行的最大數(shù)量。 - Do code path analysis to see if there is a synchronized block in the code that is blocking requests to execute concurrently.
進行代碼路逕分析,以查看阻塞請求竝發(fā)執(zhí)行的代碼中是否存在同步阻塞。 - Parallelism is introduced by running the main thread scheduling child threads for each task so that the tasks execute concurrently while each thread execute the task synchronously.
竝行性是通過運行主線程爲每一個任務(wù)調(diào)度執(zhí)行的子線程而實現(xiàn)的,這樣任務(wù)就會竝發(fā)執(zhí)行,而每一個線程是同步執(zhí)行任務(wù)的。 返回 concurrently execute