Skip to main content

Module async_std

Module async_std 

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