Module: Concurrent::ExecutorService

Defined in:
lib/thomas_utils/executor_service.rb

Instance Method Summary collapse

Instance Method Details

#execute(*args, &block) ⇒ Object



3
4
5
# File 'lib/thomas_utils/executor_service.rb', line 3

def execute(*args, &block)
  post(*args, &block)
end