concurrency (併發) vs parallelism (並行). 併發concurrency 是將process 切割成多個可執行單位(coroutine), 如果有多個process 時則在coroutine 中交互執行, ...
確定! 回上一頁