Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ batch.rs
File
batch.rs
crates/opencode-tool/src/batch.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_trait::async_trait;
2
use serde::{Deserialize, Serialize};
3
use std::future::Future;
4
use std::pin::Pin;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected