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

Specifies a write progress function for use with tensorstore::Write.

Types

type Function;

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