Function ambient_guest_bridge::run_async_local
source · pub fn run_async_local<F>(
_world: &World,
create: impl 'static + Send + FnOnce() -> F
)
Expand description
Execute a future to completion on a worker thread.
This permits spawning thread local futures