Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Djoin_set.rs51 pub struct JoinSet<R> { struct
56 unsafe impl<R: Send> Send for JoinSet<R> {} implementation
58 unsafe impl<R: Send> Sync for JoinSet<R> {} implementation
91 impl<R> JoinSet<R> { implementation
139 impl<R> JoinSet<R> { impl
423 impl<R> Drop for JoinSet<R> { implementation