39 40 41 42
# File 'lib/spanx/runner.rb', line 39 def run threads = actors.map(&:run) threads.last.join end