Pinned Loading
-
-
-
Block on a thread pool
Block on a thread pool 1fn block_on_thread_pool<'ex, F, U>(n_threads: usize, f: F) -> U
2where
3F: AsyncFnOnce(Arc<Executor<'ex>>) -> U,
4{
5let ex = Arc::new(Executor::new());
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.