Type Definition endbasic_core::exec::YieldNowFn

source ·
pub type YieldNowFn = Box<dyn Fn() -> Pin<Box<dyn Future<Output = ()> + 'static>>>;
Expand description

Type of the function used by the execution loop to yield execution.