Cassandra\DefaultSession::executeAsync PHP Метод

executeAsync() публичный Метод

{@inheritDoc}
public executeAsync ( cassandra\Statement $statement, ExecutionOptions $options = null ) : cassandra\Future
$statement cassandra\Statement statement to be executed
$options ExecutionOptions execution options (optional)
Результат cassandra\Future future result
    public function executeAsync(Statement $statement, ExecutionOptions $options = null)
    {
    }