Searched defs:LO (Results 1 – 1 of 1) sorted by relevance
| /bootable/libbootloader/gbl/libasync/src/ |
| D | lib.rs | 127 pub async fn join<L, LO, R, RO>(fut_lhs: L, fut_rhs: R) -> (LO, RO) in join() argument 150 pub async fn select<L, LO, R, RO>(fut_lhs: L, fut_rhs: R) -> (Option<LO>, Option<RO>) in select() argument
|