MCPcopy Create free account
hub / github.com/Rustixir/tokio_sky / drain

Method drain

examples/pulsar_processor_complex.rs:89–89  ·  view source on GitHub ↗
(&mut self, _buffer: VecDeque<ProcKafkaMessage>)

Source from the content-addressed store, hash-verified

87 async fn terminate(&mut self) {}
88
89 async fn drain(&mut self, _buffer: VecDeque<ProcKafkaMessage>) {}
90
91 async fn fill_buffer(&mut self, buffer_size: usize) -> Result<VecDeque<ProcKafkaMessage>, Terminate> {
92

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected