class Async::HTTP::Pool

def reuse(resource)

def reuse(resource)
	@resources[resource] -= 1
	
	@available.signal
end