Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/
H A Dcommon_executor.rs238 pub struct RawTaskHandle<Re: Reactor + 'static, R> { struct
243 impl<Re: Reactor, R: Send + 'static> RawTaskHandle<Re, R> { implementation
255 impl<Re: Reactor, R: 'static> Future for RawTaskHandle<Re, R> { implementation