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

Method drain

examples/batch_insert_mysql.rs:80–80  ·  view source on GitHub ↗
(&mut self, _buffer: VecDeque<User>)

Source from the content-addressed store, hash-verified

78 async fn terminate(&mut self) {}
79
80 async fn drain(&mut self, _buffer: VecDeque<User>) {}
81
82 async fn fill_buffer(&mut self, buffer_size: usize) -> Result<VecDeque<User>, Terminate> {
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected