M
marlow.andrew
Hello guys,
I wonder, can anyone tell me the difference between the add and offer
methods on ConcurrentLinkedQueue? They both seem to put the specified
item on the end of the queue. That's what I want to do, so which
method do I use? Does it matter? Why are there two?
Regards,
Andrew Marlow
I wonder, can anyone tell me the difference between the add and offer
methods on ConcurrentLinkedQueue? They both seem to put the specified
item on the end of the queue. That's what I want to do, so which
method do I use? Does it matter? Why are there two?
Regards,
Andrew Marlow