Expand description
A runtime implementation that runs everything on the current thread.
Re-exports§
pub use self::default_runtime::*;
Modules§
Macros§
- syscall
- Helper macro to execute a system call
Structs§
- Arbiter
- Arbiters provide an asynchronous execution environment for actors, functions and futures.
- Blocking
Error - An error that may be emitted when all worker threads are busy.
- Blocking
Result - Builder
- Builder struct for a ntex runtime.
- Id
- Ping
Record - Runtime
- The async runtime for ntex
- Runtime
Builder - Builder for
Runtime. - System
- System is a runtime manager.
- System
Runner - Helper object that runs System’s event loop
Enums§
Traits§
Functions§
- spawn_
blocking - Spawns a blocking task in a new thread, and wait for it.
- task_
callbacks ⚠ - Safety
- task_
opt_ ⚠callbacks - Safety