Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dtask.rs326 struct SpawnOnDrop(Runtime); in spawn_during_shutdown() struct
327 impl Drop for SpawnOnDrop { in spawn_during_shutdown() implementation