pub fn caching_operation_update_stream<'a, U, S>(
db: Database,
operation_id: OperationId,
stream: S,
) -> BoxStream<'a, U>
Expand description
Wraps an operation update stream such that the last update before it closes is tried to be written to the operation log entry as its outcome.