Crate actix_rt

source ·
Expand description

A runtime implementation that runs everything on the current thread.

Structs

Builder struct for a actix runtime.
Handle to spawn a future on the corresponding CurrentThread runtime instance
Single-threaded runtime provides a way to start reactor and executor on the current thread.
System is a runtime manager.
Helper object that runs System’s event loop

Functions

Spawns a future on the current arbiter.