Method: Async::Scheduler#process_wait
- Defined in:
- lib/async/scheduler.rb
#process_wait(pid, flags) ⇒ Object
Wait for the specified process ID to exit.
416 417 418 |
# File 'lib/async/scheduler.rb', line 416 def process_wait(pid, flags) return @selector.process_wait(Fiber.current, pid, flags) end |