Tribe__Repository__Decorator::async_update( $to_update, $return_promise = true )
{@inheritdoc}
Source
File: src/Tribe/Repository/Decorator.php
public function async_update( array $to_update, $return_promise = true ) {
return $this->decorated->async_update( $to_update, $return_promise );
}