class Async::Container::Supervisor::Worker

def do_garbage_profile_start(call)

def do_garbage_profile_start(call)
	GC::Profiler.enable
	call.finish(started: true)
end