We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c813ae4 commit 2aae3d3Copy full SHA for 2aae3d3
lib/async/http/pool.rb
@@ -149,7 +149,7 @@ def create
149
end
150
151
def available_resource
152
- # This is a linear search... not idea, but simple for now.
+ # TODO This is a linear search... not ideal, but simple for now.
153
@resources.each do |resource, count|
154
if count < resource.multiplex
155
# We want to use this resource... but is it connected?
0 commit comments