Alternative to ConcurrentLinkedQueue, do I need to use LinkedList with locks?

前端 未结 0 2012
南笙
南笙 2021-01-17 20:51

i am currently using a ConcurrentLinkedQueue, so that I can use natural order FIFO and also use it in a thread safe application . I have a requirement to log the size of the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题