tensorstore.Transaction.commit_async(self) Future[None]

Asynchronously commits the transaction.

Has no effect if commit_async() or abort() has already been called.

Returns the associated future, which may be used to check if the commit was successful.

See also