class Async::Container::Supervisor::Worker
def do_thread_dump(call)
def do_thread_dump(call) dump(call) do |file| Thread.list.each do |thread| file.puts(thread.inspect) file.puts(thread.backtrace) end end end
def do_thread_dump(call) dump(call) do |file| Thread.list.each do |thread| file.puts(thread.inspect) file.puts(thread.backtrace) end end end