Ruby 中進程與線程

Process # 進程 pid = Process.fork { #... } Thread # 線程 Thread.new { #... }
相關文章
相關標籤/搜索