Skip to main content

Module runtime

Module runtime 

Source
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.