1

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.

Theodor Zoulias
  • 34,835
  • 7
  • 69
  • 104
Laxmi
  • 83
  • 8
  • 2
    It doesn't have such behavior right out of the box, but maybe you should think about use the observer pattern to achieve that. In a quick search I found the package [ObservableConcurrentQueue](https://www.nuget.org/packages/ObservableConcurrentQueue) that looks do the job. – Diego Rafael Souza Jun 20 '21 at 17:06
  • https://stackoverflow.com/questions/3127136/observable-stack-and-queue –  Jun 20 '21 at 17:15

0 Answers0