# File lib/never_block/pool/fibered_connection_pool.rb, line 78 def release(fiber, conn) @busy_connections.delete(fiber) @connections << conn end