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)
    {
    }