#include "tensorstore/util/executor.h"
template <typename ExecutorType, typename FunctionType>
class tensorstore::ExecutorBoundFunction;

Function object that invokes a given function using a given executor. Any arguments are forwarded to the contained function.

Types

using Executor = ExecutorType;

Executor type.

using Function = FunctionType;

Function type.