Searched defs:Send (Results 1 – 8 of 8) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/ |
| D | core.rs | 32 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/ |
| D | for_each.rs | 19 P: ParallelIterator + Send, in for_each() 20 F: Fn(P::Item) + Copy + Sync + Send, in for_each()
|
| D | sum.rs | 22 P: ParallelIterator + Send, in sum()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
| D | foreign.rs | 135 unsafe impl Send for $owned {} impl 136 unsafe impl Send for $borrowed {} impl
|
| D | bio.rs | 143 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/ |
| D | output.rs | 36 Send, enumerator
|
| D | manager.rs | 34 Send, enumerator
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | async_pool.rs | 549 ) -> JoinHandle<T::Output> in spawn_with_ref() 552 T::Output: Send, in spawn_with_ref()
|