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

Method init

examples/dynamic_batching.rs:80–80  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

78impl Producer<Product> for Prod {
79
80 async fn init(&mut self) {}
81 async fn terminate(&mut self) {}
82
83 async fn drain(&mut self, _buffer: VecDeque<Product>) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected