# File lib/active_record/fiber_patches.rb, line 32 def signal fiber = @queue.pop fiber.resume(true) if fiber end