Module: VSM::Executors::FiberExecutor

Defined in:
lib/vsm/executors/fiber_executor.rb

Class Method Summary collapse

Class Method Details

.call(tool, args) ⇒ Object



5
6
7
# File 'lib/vsm/executors/fiber_executor.rb', line 5

def self.call(tool, args)
  tool.run(args) # runs in current Async task
end