Module runtime

Source
Expand description

Async runtime abstraction

Runtime abstraction allows the MPC protocol to stay runtime-agnostic while being able to use features that are common to any runtime

Modules§

unknown_runtime
Unknown async runtime

Structs§

TokioRuntimeruntime-tokio
Tokio-specific async runtime
UnknownRuntime
Unknown async runtime

Traits§

AsyncRuntime
Async runtime abstraction

Type Aliases§

DefaultRuntime
Default runtime