parse_thread_block

Function parse_thread_block 

Source
pub fn parse_thread_block<Proc>(
    blob_storage: Arc<BlobStorage>,
    stream: &StreamMetadata,
    block_id: Uuid,
    object_offset: i64,
    processor: &mut Proc,
) -> impl Future<Output = Result<bool, Error>>
Expand description

Parses a thread event block.