Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ffi/
Dtask.rs58 pub struct hyper_task { struct
65 task: Option<Box<hyper_task>>, argument
114 fn spawn(&self, task: Box<hyper_task>) { in spawn()
121 fn poll_next(&self) -> Option<Box<hyper_task>> { in poll_next()
233 impl hyper_task { implementation