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

Method poll_flush

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

Source from the content-addressed store, hash-verified

137 }
138
139 fn poll_flush(self: Pin<&mut Self>, _cx: &mut TaskContext<'_>) -> Poll<io::Result<()>> {
140 Poll::Ready(Ok(()))
141 }
142
143 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut TaskContext<'_>) -> Poll<io::Result<()>> {
144 Poll::Ready(Ok(()))

Calls 1

flushMethod · 0.45