Method: MainLoop::Dispatcher#reap
- Defined in:
- lib/main_loop/dispatcher.rb
#reap(statuses) ⇒ Object
20 21 22 23 24 |
# File 'lib/main_loop/dispatcher.rb', line 20 def reap(statuses) statuses.each do |(pid, status)| reap_by_id(pid, status) end end |