Skip to main content

sync_join

Function sync_join 

Source
pub fn sync_join<R, G, const BODY_SIZE: usize>(
    getter: G,
    root: R,
) -> Result<Vec<u8>>
where R: JoinRef, G: SyncChunkGet<BODY_SIZE> + Clone + Send + Sync,
Expand description

Join chunks synchronously. Dispatches plain/encrypted via JoinRef.