Searched defs:coop (Results 1 – 11 of 11) sorted by relevance
225 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in bugeting() localVariable234 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in bugeting() localVariable240 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in bugeting() localVariable247 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in bugeting() localVariable256 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in bugeting() localVariable272 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in bugeting() localVariable277 let coop = ready!(poll_proceed(cx)); in bugeting() localVariable
375 pub(crate) mod coop; module
7 async fn coop() { in coop() function
54 async fn coop() { in coop() function
209 let coop = ready!(crate::coop::poll_proceed(cx)); in poll() localVariable
229 let coop = ready!(crate::coop::poll_proceed(cx)); in poll_elapsed() localVariable
156 let coop = ready!(crate::coop::poll_proceed(cx)); in poll_ready() localVariable
475 let coop = ready!(crate::coop::poll_proceed(cx)); in poll_closed() localVariable727 let coop = ready!(crate::coop::poll_proceed(cx)); in poll_recv() localVariable
440 let coop = ready!(crate::coop::poll_proceed(cx)); in poll() localVariable
220 let coop = ready!(crate::coop::poll_proceed(cx)); in recv() localVariable
848 let coop = ready!(crate::coop::poll_proceed(cx)); in poll() localVariable