Is there any event which is called whenever an item is added to a concurrent queue?

236 Views Asked by At

I am storing some messages in a concurrent queue and I need to show these messages after some delay. So I need an event that gets triggered after an item is added to the queue.

0

There are 0 best solutions below