pub fn run_async(
    _world: &World,
    future: impl Future<Output = ()> + Send + 'static
)