# File lib/connection_pool/monotonic_time.rb, line 29 def initialize @mutex = Mutex.new @last_time = Time.now.to_f end