Method: HTTPX::Resolver.id_synchronize

Defined in:
lib/httpx/resolver.rb

.id_synchronize(&block) ⇒ Object



157
158
159
# File 'lib/httpx/resolver.rb', line 157

def id_synchronize(&block)
  @identifier_mutex.synchronize(&block)
end