Method: AssLauncher::Support::Shell::ProcessHolder#thread

Defined in:
lib/ass_launcher/support/shell/process_holder.rb

#threadThread (readonly)

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.

Returns thread waiting for process.

Returns:

  • (Thread)

    thread waiting for process



66
67
68
# File 'lib/ass_launcher/support/shell/process_holder.rb', line 66

def thread
  @thread
end