Expand description
A runtime implementation that runs everything on the current thread.
Structs§
- Arbiter
- Arbiters provide an asynchronous execution environment for actors, functions and futures.
- Builder
- Builder struct for a ntex runtime.
- Handle
- Handle to the runtime.
- Id
- Join
Error - Join
Handle - Blocking operation completion future. It resolves with results of blocking function execution.
- Ping
Record - System
- System is a runtime manager.
- System
Runner - Helper object that runs System’s event loop
Functions§
- block_
on - Runs the provided future, blocking the current thread until the future completes.
- spawn
- spawn_
blocking - spawn_
cbs ⚠ - Safety