Module: Kernel
- Defined in:
- lib/queue_to_the_future.rb
Instance Method Summary collapse
-
#Future(*args, &block) ⇒ QueueToTheFuture::Job
Main interface for asynchronous job scheduling.
Instance Method Details
#Future(*args, &block) ⇒ QueueToTheFuture::Job
Main interface for asynchronous job scheduling. (Where the magick begins)
49 50 51 |
# File 'lib/queue_to_the_future.rb', line 49 def Future(*args, &block) QueueToTheFuture::Job.new(*args, &block) end |