Get the latest tech news
Fiber Concurrency
The :fiber_concurrency plugin enables connections a session to be used seamlessly across fibers managed by a fiber scheduler. This is of particular relevance if the connections are long-lived/persistent.
The:fiber_concurrency plugin enables connections a session to be used seamlessly across fibers managed by a fiber scheduler. This plugin is a requirement if you’re using httpx in programs with a fiber scheduler. This includes, for example, programs developed using the async gem.
Or read this on Hacker News