Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ stop
Method
stop
src/media/video_player.rs:128–130 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
126
}
127
128
pub(crate) fn stop(&self) {
129
self.cancel.store(true, Ordering::Release);
130
}
131
132
pub(crate) fn is_finished(&self) -> bool {
133
self.finished.load(Ordering::Acquire)
Callers
1
drop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected