Skip to main content

Module multi

Module multi 

Source
Expand description

Multi-threaded concurrent download with work-stealing.

Structs§

DownloadOptions
Options for a multi-threaded concurrent download.
TokioExecutor
A built-in Executor implementation based on tokio tasks.
TokioHandle
A Handle implementation whose cancellation is a worker-local CancellationToken, itself a child of the session’s root token.

Functions§

download_multi