Skip to main content

Module runtime

Module runtime 

Source
Expand description

Shared Tokio runtime for async storage backends.

Lazily initialises a process-global multi-threaded runtime so that HttpBackend and S3Backend share one thread pool rather than each creating their own.

Functionsยง

global_handle
Returns a handle to the shared Tokio runtime, creating it on first call.