pub(super) fn spawn_local_inner<F>(
    future: F,
    name: Option<&str>
) -> JoinHandle<F::Output> where
    F: Future + 'static,
    F::Output: 'static,