Crate ntex_rt[][src]

Expand description

A runtime implementation that runs everything on the current thread.

Structs

Arbiters provide an asynchronous execution environment for actors, functions and futures. When an Arbiter is created, it spawns a new OS thread, and hosts an event loop. Some Arbiter functions execute on the current thread.

Builder struct for a ntex runtime.

System is a runtime manager.

Helper object that runs System’s event loop

Enums

Different types of process signals

Traits

Functions