Module: Interactor::Async::ClassMethods
- Defined in:
- lib/interactor/async.rb
Instance Method Summary collapse
Instance Method Details
#call_later(*args) ⇒ Object
43 44 45 |
# File 'lib/interactor/async.rb', line 43 def call_later *args Interactor::Async.config.job_wrapper.perform_later(name, *args) end |