Home
last modified time | relevance | path

Searched defs:parent_fut (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/tokio-util/tests/
Dsync_cancellation_token.rs103 let parent_fut = token.cancelled(); in cancel_child_token_through_parent() localVariable
143 let parent_fut = token.cancelled(); in cancel_grandchild_token_through_parent_if_child_was_dropped() localVariable
180 let parent_fut = token.cancelled(); in cancel_child_token_without_parent() localVariable
248 let parent_fut = token.cancelled(); in create_child_token_after_parent_was_cancelled() localVariable
320 let parent_fut = parent_token.cancelled(); in cancel_only_all_descendants() localVariable