Skip to main content

collect_context_half

Function collect_context_half 

Source
async fn collect_context_half<'a, S>(
    services: &'a Services,
    pdus: S,
    sender_user: &'a UserId,
    take: usize,
) -> Vec<PdusIterItem> 
where S: Stream<Item = Result<PdusIterItem>> + Send + 'a,