From: sawadatsuyoshi@... Date: 2019-06-24T10:18:39+00:00 Subject: [ruby-core:93330] [Ruby trunk Feature#15954] 簡単にマルチスレッドを一度に合流させる Issue #15954 has been reported by sawa (Tsuyoshi Sawada). ---------------------------------------- Feature #15954: ��������������������������������������������������������� https://bugs.ruby-lang.org/issues/15954 * Author: sawa (Tsuyoshi Sawada) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- ������������������������������������������������������������������������������������������������������������������������������������ ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������`join`��������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ������������������������������������������������������������������������������������������������������������������ ```ruby Thread.list.each{|t| t.join unless t == Thread.current} ``` ������������������������������������������������������������������������������������������������������������������������������������������������������������������������`Thread.list`������������������������������������������������������������������������������������������������`Dir.entries`���������������������������������������������������������������������`Dir.children`������������������������������������������ ���������������������������������`Thread.join_other_threads`������������������������������������������������������������������������������������������������������������������������������������������������������ -- https://bugs.ruby-lang.org/ Unsubscribe: