Searched defs:RustFuturePoll (Results 1 – 2 of 2) sorted by relevance
68 fn poll(rust_future: &Arc<dyn RustFutureFfi<RustBuffer>>) -> Arc<OnceCell<RustFuturePoll>> { in poll()75 extern "C" fn poll_continuation(data: u64, code: RustFuturePoll) { in poll_continuation()
20 pub enum RustFuturePoll { enum