Method: ConflowSpec::FlowContext#_conflow_spec_queue
- Defined in:
- lib/conflow_spec/flow_context.rb
#_conflow_spec_queue ⇒ 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.
Queue which collects queued jobs
70 71 72 |
# File 'lib/conflow_spec/flow_context.rb', line 70 def _conflow_spec_queue @_conflow_spec_queue ||= Thread::Queue.new end |