Public Instance methods
initial_call()
[show source]
# File lib/httpx/plugins/fiber_concurrency.rb 233 def initial_call 234 return unless current_context? 235 236 super 237 end
interests()
[show source]
# File lib/httpx/plugins/fiber_concurrency.rb 239 def interests 240 return unless current_context? 241 242 super 243 end