Class: Async::Runnner::Strategy::Synchronous

Inherits:
Base
  • Object
show all
Defined in:
lib/async/runner.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, spawn

Constructor Details

This class inherits a constructor from Async::Runnner::Strategy::Base

Instance Method Details

#joinObject



67
# File 'lib/async/runner.rb', line 67

def join; end

#run!Object



63
64
65
# File 'lib/async/runner.rb', line 63

def run!
  @block.call
end