MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / ready

Method ready

src/pgwire/src/codec.rs:212–214  ·  view source on GitHub ↗
(&self, interest: Interest)

Source from the content-addressed store, hash-verified

210 A: AsyncRead + AsyncWrite + AsyncReady + Send + Sync + Unpin,
211{
212 async fn ready(&self, interest: Interest) -> io::Result<Ready> {
213 self.inner.get_ref().get_ref().ready(interest).await
214 }
215}
216
217pub struct Codec {

Callers 1

wait_closedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected