Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freaky/Compactor
/ drop
Method
drop
src/background.rs:174–176 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
172
173
impl<T, S> Drop for BackgroundHandle<T, S> {
174
fn drop(&mut self) {
175
self.cancel();
176
}
177
}
178
179
pub trait Background: Send + Sync {
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.80
Tested by
no test coverage detected