Expand description
Shared Tokio runtime for async storage backends.
Provides a lazily-initialized, process-global Tokio runtime so that
HttpBackend and S3Backend share a single thread pool and reactor
instead of each creating their own Runtime.
Functionsยง
- global_
handle - Returns a handle to the shared Tokio runtime.