Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dharness.rs300 self.core().drop_future_or_output(); in drop_join_handle_slow()
324 self.core().drop_future_or_output(); in complete()
467 core.drop_future_or_output(); in cancel_task()
495 self.core.drop_future_or_output(); in poll_future()
Dcore.rs336 self.drop_future_or_output(); in poll()
347 pub(super) fn drop_future_or_output(&self) { in drop_future_or_output() method