Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/task/
Dharness.rs123 self.core().stage.drop_future_or_output(); in drop_join_handle_slow()
291 stage.drop_future_or_output(); in transition_to_complete()
387 stage.drop_future_or_output(); in cancel_task()
416 self.core.drop_future_or_output(); in poll_future()
Dcore.rs240 self.drop_future_or_output(); in poll()
251 pub(super) fn drop_future_or_output(&self) { in drop_future_or_output() method