Trait microasync_rt::StartableRuntime
source · pub trait StartableRuntime<'a>: InternalRuntime + Sized + 'a {
fn construct() -> Self;
fn new() -> OwnedRuntime<'a> { ... }
}Expand description
Trait to construct a runtime
Required Methods§
Provided Methods§
sourcefn new() -> OwnedRuntime<'a>
fn new() -> OwnedRuntime<'a>
Constructs some new runtime