Skip to main content

Module smol

Module smol 

Source
Expand description

Re-exports of the smol runtime for use with arti. This crate defines a slim API around our async runtime so that we can swap it out easily.

Modules§

net 🔒
Types used for networking (smol implementation).

Structs§

SmolRuntime
Type to wrap smol::Executor.

Functions§

create_runtime
Construct new instance of the smol runtime.