TensorStore
tensorstore::AnyFuture::UntypedExecuteWhenReady
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
              • Constructors
              • Methods
                • F IgnoreFuture
                • F reset
                • F null
                • F ready
                • F Wait
                • F WaitFor
                • F WaitUntil
                • F Force
                • F status
                • F UntypedExecuteWhenReady
              • Related Functions
            • C Future
            • C PromiseFuturePair
            • C WriteFutures
          • 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/util/future.h"
    template <class Callback>
    FutureCallbackRegistration
    tensorstore::AnyFuture::UntypedExecuteWhenReady(Callback&& callback);

    Executes callback with the signature void(AnyFuture) when this becomes ready.