Skip to main content

Module async_std

Module async_std 

Source
Expand description

Entry points for use with async_std runtimes.

Re-exports§

pub use AsyncStdNativeTlsRuntime as PreferredRuntime;

Structs§

AsyncStdNativeTlsRuntime
A Runtime powered by async_std and native_tls.
AsyncStdRustlsRuntime
A Runtime powered by async_std and rustls.

Functions§

create_runtime_impl
Create and return a new async_std runtime.

Type Aliases§

NativeTlsInner 🔒
Implementation type for AsyncStdRuntime.
RustlsInner 🔒
Implementation type for AsyncStdRustlsRuntime.