Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ new
Method
new
examples/batch_insert_mysql.rs:122–124 ·
view source on GitHub ↗
(pool: Pool)
Source
from the content-addressed store, hash-verified
120
121
impl MysqlBatcher {
122
pub fn new(pool: Pool) -> MysqlBatcher {
123
MysqlBatcher { pool }
124
}
125
}
126
127
#[async_trait]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected