TensorStore
tensorstore::WriteFutures::result
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • C span
          • C Utf8String
          • C SmallBitSet
          • C MaybeHardConstraintSpan
          • C MaybeHardConstraintIndex
          • V IsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
            • T Executor
            • C Promise
            • C AnyFuture
            • C Future
            • C PromiseFuturePair
            • C WriteFutures
              • Constructors
              • Methods
                • F result
                • F status
                • F value
                • F Force
              • Data members
              • Related Functions
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/progress.h"
    Result<void>& tensorstore::WriteFutures::result() const;

    Returns the Future::result of the commit_future.

    This implies Force().