Function netsim_embed::run

source ·
pub fn run<F>(f: F)
where F: Future<Output = ()> + Send + 'static,