szaszm commented on pull request #992: URL: https://github.com/apache/nifi-minifi-cpp/pull/992#issuecomment-780928820
About exposing internals: I don't think it's happening here. I view `LockedConcurrentQueue` as an implementation detail of `ConcurrentQueue`, so they are one unit, even though they are syntactically implemented as two classes. `friend` is not evil IMO. I like the design, but on the flipside, it introduces more complexity than it removes. Overall, I support this change. If we happen to reuse this change at least once more, then the introduced complexity would pay off. Let's wait for more opinions! ---------------------------------------------------------------- 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: [email protected]
