Ruby 中进程与线程

Process # 进程 pid = Process.fork { #... } Thread # 线程 Thread.new { #... }
相关文章
相关标签/搜索