pub fn run_async_local<F>(
    _world: &World,
    create: impl 'static + Send + FnOnce() -> F
)
where F: 'static + Future, F::Output: Send + 'static,
Expand description

Execute a future to completion on a worker thread.

This permits spawning thread local futures