Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
Dcore.rs32 P: ParallelIterator + Send, in core()
81 P: ParallelIterator + Send, in recur()
133 P: ParallelIterator + Send, in spawn_task()
158 P: ParallelIterator + Send, in recur_ffrt()
195 P: ParallelIterator + Send, in spawn_task_ffrt()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dfor_each.rs19 P: ParallelIterator + Send, in for_each()
20 F: Fn(P::Item) + Copy + Sync + Send, in for_each()
Dsum.rs22 P: ParallelIterator + Send, in sum()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dforeign.rs135 unsafe impl Send for $owned {} impl
136 unsafe impl Send for $borrowed {} impl
Dbio.rs143 pub(crate) unsafe fn get_panic<S>(bio: *mut BIO) -> Option<Box<dyn Any + Send>> { in get_panic()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Doutput.rs36 Send, enumerator
Dmanager.rs34 Send, enumerator
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs549 ) -> JoinHandle<T::Output> in spawn_with_ref()
552 T::Output: Send, in spawn_with_ref()