Home
last modified time | relevance | path

Searched refs:poll_future (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/genact/genact-0.10.0/cargo-crates/async-io-0.1.11/src/
H A Dlib.rs602 poll_future(cx, self.read_with_mut(|io| io.read(buf))) in poll_read()
610 poll_future(cx, self.read_with_mut(|io| io.read_vectored(bufs))) in poll_read_vectored()
623 poll_future(cx, self.read_with(|io| (&*io).read(buf))) in poll_read()
631 poll_future(cx, self.read_with(|io| (&*io).read_vectored(bufs))) in poll_read_vectored()
641 poll_future(cx, self.write_with_mut(|io| io.write(buf))) in poll_write()
649 poll_future(cx, self.write_with_mut(|io| io.write_vectored(bufs))) in poll_write_vectored()
653 poll_future(cx, self.write_with_mut(|io| io.flush())) in poll_flush()
670 poll_future(cx, self.write_with(|io| (&*io).write(buf))) in poll_write()
678 poll_future(cx, self.write_with(|io| (&*io).write_vectored(bufs))) in poll_write_vectored()
682 poll_future(cx, self.write_with(|io| (&*io).flush())) in poll_flush()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/future/try_future/
H A Dflatten_stream_sink.rs79 fn poll_future(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Fut::Error>> { in poll_future() function
122 ready!(self.as_mut().state().poll_future(cx)?); in poll_next()
143 ready!(self.as_mut().state().poll_future(cx)?); in poll_ready()
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_future/
H A Dflatten_stream_sink.rs79 fn poll_future(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Fut::Error>> { in poll_future() function
122 ready!(self.as_mut().state().poll_future(cx)?); in poll_next()
143 ready!(self.as_mut().state().poll_future(cx)?); in poll_ready()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_future/
H A Dflatten_stream_sink.rs79 fn poll_future(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Fut::Error>> { in poll_future() function
122 ready!(self.as_mut().state().poll_future(cx)?); in poll_next()
143 ready!(self.as_mut().state().poll_future(cx)?); in poll_ready()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/future/try_future/
H A Dflatten_stream_sink.rs79 fn poll_future(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Fut::Error>> { in poll_future() function
122 ready!(self.as_mut().state().poll_future(cx)?); in poll_next()
143 ready!(self.as_mut().state().poll_future(cx)?); in poll_ready()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/future/try_future/
H A Dflatten_stream_sink.rs79 fn poll_future(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Fut::Error>> { in poll_future() function
122 ready!(self.as_mut().state().poll_future(cx)?); in poll_next()
143 ready!(self.as_mut().state().poll_future(cx)?); in poll_ready()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/tokio-1.13.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-1.10.1/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-1.14.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-1.14.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/tokio-1.14.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-1.11.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tokio-1.12.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-1.9.0/src/runtime/task/
H A Dharness.rs89 poll_future(self.header(), &self.core().stage, snapshot, cx) in poll_inner()
415 fn poll_future<T: Future>( in poll_future() function
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-1.12.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-1.3.0/src/runtime/task/
H A Dharness.rs89 poll_future(self.header(), &self.core().stage, snapshot, cx) in poll_inner()
400 fn poll_future<T: Future>( in poll_future() function
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-1.12.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-1.14.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/net/krill/krill-0.9.4/cargo-crates/tokio-1.12.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-1.12.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/www/xh/xh-0.14.1/cargo-crates/tokio-1.11.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function
/dports/www/zola/zola-0.15.2/cargo-crates/tokio-1.14.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in into_panic()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> {
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/tokio-1.13.0/src/runtime/task/
H A Dharness.rs98 let res = poll_future(&self.core().stage, cx); in poll_inner()
447 fn poll_future<T: Future>(core: &CoreStage<T>, cx: Context<'_>) -> Poll<()> { in poll_future() function

123