54 55 56 57 58 59
# File 'lib/httpx/resolver.rb', line 54 def cached_lookup(hostname) now = Utils.now lookup_synchronize do |lookups| lookup(hostname, lookups, now) end end