Method: ConflowSpec::TestFlow#queue

Defined in:
lib/conflow_spec/test_flow.rb

#queue(job) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Queues job pushing it to a Thread::Queue



34
35
36
# File 'lib/conflow_spec/test_flow.rb', line 34

def queue(job)
  self.class.queue << job
end