Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ AbortController
Class
AbortController
crates/opencode-util/src/util.rs:263–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
262
#[derive(Clone)]
263
pub struct AbortController {
264
cancelled: Arc<AtomicBool>,
265
}
266
267
impl AbortController {
268
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected