Trait rt_local_core::base::RuntimeLoop
source · [−]pub trait RuntimeLoop {
fn waker(&self) -> Arc<dyn RuntimeWaker>;
fn run<T>(&self, on_step: impl FnMut() -> ControlFlow<T>) -> T;
}pub trait RuntimeLoop {
fn waker(&self) -> Arc<dyn RuntimeWaker>;
fn run<T>(&self, on_step: impl FnMut() -> ControlFlow<T>) -> T;
}