MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / poll_write_ready

Method poll_write_ready

src/pglite/postgres_mod.rs:198–203  ·  view source on GitHub ↗
(
        self: Pin<&mut Self>,
        _cx: &mut TaskContext<'_>,
    )

Source from the content-addressed store, hash-verified

196 }
197
198 fn poll_write_ready(
199 self: Pin<&mut Self>,
200 _cx: &mut TaskContext<'_>,
201 ) -> Poll<io::Result<usize>> {
202 Poll::Ready(Ok(self.limit))
203 }
204}
205const BACKEND_C_TIMINGS: &[(i32, &str)] = &[
206 (1, "postgres.backend.c.main_pre"),

Calls 1

with_innerMethod · 0.80