#include "tensorstore/util/executor.h"
using tensorstore::ExecutorTask = absl::AnyInvocable<void() &&>;

Type-erased nullary function type that supports move construction.