You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/02/18 08:12:59 UTC

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on pull request #992: MINIFICPP-1467 Remove mutex from Connection

adamdebreceni commented on pull request #992:
URL: https://github.com/apache/nifi-minifi-cpp/pull/992#issuecomment-781140434


   @szaszm I think @fgerlits was referring to the `std::deque<T>* LockedConcurrentQueue::operator->() const { return &queue_.get(); }` providing direct access to the underlying queue, if `LockedConcurrentQueue` would implement the necessary methods (`push_back`, `pop_front`, `front`, `empty` by the looks of it) this could be a solid solution IMO


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org