MCPcopy Create free account
hub / github.com/RustCV/RustCV / SendableSourceReader

Class SendableSourceReader

rustcv-backend-msmf/src/stream.rs:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62/// requiring `Send` + `Sync` for safe concurrent access.
63#[derive(Debug, Clone)]
64pub struct SendableSourceReader(pub IMFSourceReader);
65
66unsafe impl Send for SendableSourceReader {}
67unsafe impl Sync for SendableSourceReader {}

Callers 2

newMethod · 0.85
get_readerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected