Method: Asynchronic::Process#full_status

Defined in:
lib/asynchronic/process.rb

#full_statusObject



88
89
90
91
92
# File 'lib/asynchronic/process.rb', line 88

def full_status
  processes.each_with_object(name => status) do |process, hash|
    hash.update(process.full_status)
  end
end