Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
Dcore.rs33 C: Consumer<P> + Send + Sync, in core()
82 C: Consumer<P> + Send + Sync, in recur()
134 C: Consumer<P> + Send + Sync, in spawn_task()
159 C: Consumer<P> + Send + Sync, in recur_ffrt()
196 C: Consumer<P> + Send + Sync, in spawn_task_ffrt()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dforeign.rs137 unsafe impl Sync for $owned {} impl
138 unsafe impl Sync for $borrowed {} impl
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Derror.rs127 E: Into<Box<dyn std::error::Error + Send + Sync>>, in new()
157 pub fn into_inner(self) -> Option<Box<dyn std::error::Error + Send + Sync>> { in into_inner()
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dpool.rs74 E: Into<Box<dyn Error + Send + Sync>>, in conn()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dpool.rs90 E: Into<Box<dyn Error + Send + Sync>>, in conn()
/commonlibrary/rust/ylong_http/ylong_http_client/src/
Derror.rs78 T: Into<Box<dyn Error + Send + Sync>>, in new_with_cause()