Module: HTTPX::Plugins::FiberConcurrency::ResolverSystemMethods
- Defined in:
- lib/httpx/plugins/fiber_concurrency.rb
Instance Method Summary collapse
Instance Method Details
#initial_call ⇒ Object
233 234 235 236 237 |
# File 'lib/httpx/plugins/fiber_concurrency.rb', line 233 def initial_call return unless current_context? super end |
#interests ⇒ Object
239 240 241 242 243 |
# File 'lib/httpx/plugins/fiber_concurrency.rb', line 239 def interests return unless current_context? super end |