Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ Batcher
Class
Batcher
examples/dynamic_batching.rs:129–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
128
129
struct Batcher;
130
impl Batcher {
131
pub fn batch_cars_insert(&self, batch: Vec<Product>) {
132
()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected