Gc like langage with rust
fn get_size(a: HeavyThing) -> usize { let size = a.size(); std::thread::spawn(move || drop(a)); size }