[][src]Crate async_runtime

Modules

rt

This is a convenience module for setting a default runtime and allowing code throughout to use [rt::spawn]. It means you don't have to pass an executor around everywhere.

Structs

Exec03

An executor that uses futures 0.3 LocalPool or juliex threadpool under the hood. Normally you don't need to construct this yourself, just use the rt module methods to spawn futures.

RtErr

The error type for errors happening in async_runtime.

Enums

RtConfig

The configuration for wich executor that should be used on this thread.

RtErrKind

The different kind of errors that can happen when you use the async_runtime API.