class ThreadOrder
thread_order
1.1.1
# join_all
def join_all sync { @threads }.each { |th| th.join } end