-
#include "tensorstore/util/future.h"
-
void tensorstore::FutureCallbackRegistration::
UnregisterNonBlocking() noexcept; Same as
Unregister
, except that in the case that the callback is executing concurrently in another thread, this method does not block until it completes.