pub fn spawn_kernel_with_features_and_run<F, R>(
callback: F,
features: KernelFeatures,
) -> impl Future<Output = R>Expand description
Create and run a kernel with non-default feature settings.
pub fn spawn_kernel_with_features_and_run<F, R>(
callback: F,
features: KernelFeatures,
) -> impl Future<Output = R>Create and run a kernel with non-default feature settings.