Searched defs:npolls (Results 1 – 2 of 2) sorted by relevance
52 npolls: Arc<AtomicUsize>, field84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
70 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable