RequestManager
Hierarchy
- RequestLoader
- RequestManager
Index
Methods
Methods
to_tandem
Combine the loader with a request manager to support adding and reclaiming requests.
Parameters
optionalrequest_manager: RequestManager | None = None
Request manager to combine the loader with. If None is given, the default request queue is used.
Returns RequestManagerTandem
Base class that extends
RequestLoader
with the capability to enqueue new requests and reclaim failed ones.