pub fn spawn_kernel_with_scheduler_and_run_sync<F, R>(
scheduler: SchedulerManager,
callback: F,
) -> impl Future<Output = R>Expand description
Create a Kernel object with a custom SchedulerManager and run the given synchronous callback.
pub fn spawn_kernel_with_scheduler_and_run_sync<F, R>(
scheduler: SchedulerManager,
callback: F,
) -> impl Future<Output = R>Create a Kernel object with a custom SchedulerManager and run the given synchronous callback.