Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/rust/binder_tokio/
H A Dlib.rs157 pub struct TokioRuntime<R>(pub R); struct
159 impl BinderAsyncRuntime for TokioRuntime<tokio::runtime::Runtime> { implementation
165 impl BinderAsyncRuntime for TokioRuntime<std::sync::Arc<tokio::runtime::Runtime>> { implementation
171 impl BinderAsyncRuntime for TokioRuntime<tokio::runtime::Handle> { implementation