[][src]Crate actix_rt

A runtime implementation that runs everything on the current thread.

Modules

blocking

Thread pool for blocking operations

Structs

Arbiter
Builder

Builder struct for a actix runtime.

Runtime

Single-threaded runtime provides a way to start reactor and executor on the current thread.

System

System is a runtime manager.

SystemRunner

Helper object that runs System's event loop

Functions

spawn

Spawns a future on the current arbiter.