Searched refs:cycle (Results 1 – 4 of 4) sorted by relevance
17 let cycle = Rc::new(Cycle { in main() localVariable20 *cycle.cell.borrow_mut() = Some(cycle.clone()); in main()
2 … is a variant of the data-channels example that allow playing with the life cycle of data channels.
38 name = "rc-cycle"39 path = "examples/rc-cycle/rc-cycle.rs"
24 …annels-close is a variant of data-channels that allow playing with the life cycle of data channels.