Method: AssLauncher::Support::Shell::ProcessHolder#wait
- Defined in:
- lib/ass_launcher/support/shell/process_holder.rb
#wait ⇒ self
Wait for thread exit
195 196 197 198 199 |
# File 'lib/ass_launcher/support/shell/process_holder.rb', line 195 def wait return self unless alive? thread.join self end |