Home
last modified time | relevance | path

Searched refs:future_dropped (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/async-task/src/
Draw.rs542 let mut future_dropped = false; in run() localVariable
554 if state & CLOSED != 0 && !future_dropped { in run()
558 future_dropped = true; in run()