process_batch

Function process_batch 

Source
pub async fn process_batch(events: Vec<ResponseStreamEvent>) -> Result<()>
Expand description

Process multiple events using the global processor

ยงErrors

Returns an error if batch processing fails or any event in the batch cannot be processed.