Function ntex_util::set_spawn_fn[][src]

pub fn set_spawn_fn<F>(f: F) where
    F: Fn(Pin<Box<dyn Future<Output = ()>>>) + 'static,