Method: HTTPX::Resolver.lookup_synchronize
- Defined in:
- lib/httpx/resolver.rb
.lookup_synchronize ⇒ Object
153 154 155 |
# File 'lib/httpx/resolver.rb', line 153 def lookup_synchronize @lookup_mutex.synchronize { yield(@lookups) } end |