Method: Async::Barrier#tasks

Defined in:
lib/async/barrier.rb

#tasksObject (readonly)

All tasks which have been invoked into the barrier.



35
36
37
# File 'lib/async/barrier.rb', line 35

def tasks
  @tasks
end