Class: Henitai::ParallelExecutionRunner::ParallelExecutionContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/henitai/parallel_execution_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def config
  @config
end

#integrationObject

Returns the value of attribute integration

Returns:

  • (Object)

    the current value of integration



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def integration
  @integration
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def mutex
  @mutex
end

#old_handlersObject

Returns the value of attribute old_handlers

Returns:

  • (Object)

    the current value of old_handlers



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def old_handlers
  @old_handlers
end

#progress_reporterObject

Returns the value of attribute progress_reporter

Returns:

  • (Object)

    the current value of progress_reporter



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def progress_reporter
  @progress_reporter
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def queue
  @queue
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def state
  @state
end

#stdin_watcherObject

Returns the value of attribute stdin_watcher

Returns:

  • (Object)

    the current value of stdin_watcher



6
7
8
# File 'lib/henitai/parallel_execution_runner.rb', line 6

def stdin_watcher
  @stdin_watcher
end