Searched defs:TokioRuntime (Results 1 – 1 of 1) sorted by relevance
157 pub struct TokioRuntime<R>(pub R); struct159 impl BinderAsyncRuntime for TokioRuntime<tokio::runtime::Runtime> { implementation165 impl BinderAsyncRuntime for TokioRuntime<std::sync::Arc<tokio::runtime::Runtime>> { implementation171 impl BinderAsyncRuntime for TokioRuntime<tokio::runtime::Handle> { implementation