Module async_std

Source
Available on (crate features native-tls or rustls) and (crate features async-std or tokio) and crate feature async-std only.
Expand description

Re-exports of the async_std runtime for use with arti.

This crate helps define a slim API around our async runtime so that we can easily swap it out.

We’ll probably want to support tokio as well in the future.

Modules§

net 🔒
Types used for networking (async_std implementation)

Functions§

create_runtime
Create and return a new async_std runtime.