Skip to main content

gen_close

Function gen_close 

Source
pub fn gen_close(gen: &Value)
Expand description

Force a generator to completion (used by .return() and abandoned loops): marks it done without running further.