pub trait AsyncComputationSpawnerExt {
// Required method
fn spawn(&self, name: &str, f: impl FnOnce() + Send + 'static);
}Required Methods§
Object Safety§
This trait is not object safe.
pub trait AsyncComputationSpawnerExt {
// Required method
fn spawn(&self, name: &str, f: impl FnOnce() + Send + 'static);
}