#include "tensorstore/progress.h"
struct tensorstore::ReadProgressFunction;

Specifies a read progress function for use with tensorstore::Read.

Types

type Function;

Type-erased movable function with signature void(ReadProgress).