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

Method poll

src/ore/src/task.rs:74–76  ·  view source on GitHub ↗
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)

Source from the content-addressed store, hash-verified

72 type Output = T;
73
74 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
75 self.0.poll_unpin(cx)
76 }
77}
78
79/// Wraps a tokio `JoinHandle` that has never been cancelled.

Callers 9

validateMethod · 0.45
_port_forwardFunction · 0.45
buildMethod · 0.45
waitMethod · 0.45
ingestFunction · 0.45
_kafka_chunkFunction · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected