Searched refs:poll_and_cancel (Results 1 – 1 of 1) sorted by relevance
118 async fn poll_and_cancel(semaphore: Arc<Semaphore>) { in concurrent_cancel() function142 thread::spawn(move || block_on(poll_and_cancel(semaphore))) in concurrent_cancel()146 thread::spawn(move || block_on(poll_and_cancel(semaphore))) in concurrent_cancel()150 thread::spawn(move || block_on(poll_and_cancel(semaphore))) in concurrent_cancel()