Crate ntex_rt

source ·
Expand description

A runtime implementation that runs everything on the current thread.

Structs§

  • Arbiters provide an asynchronous execution environment for actors, functions and futures.
  • Builder struct for a ntex runtime.
  • Blocking operation completion future. It resolves with results of blocking function execution.
  • System is a runtime manager.
  • Helper object that runs System’s event loop

Functions§