class ThreadOrder

def join_all

def join_all
  sync { @threads }.each { |th| th.join }
end