Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0
Description
There is no synchronized queue wrapper in QueueUtils like in MapUtils or ListUtils for example.
My own case: I want to synchronize CircularFifoQueue operations, for this I need synchronized queue wrapper.