pub(crate) fn create_runtime() -> Result<TokioRuntimeHandle>
Available on (crate features
native-tls
or rustls
) and (crate features async-std
or tokio
) and crate feature tokio
only.Expand description
Create and return a new Tokio multithreaded runtime.