I’m developing a module that has to handle many events coming from an external system. I’ve to use a third party class providing an event (OnNewMessage) passing some paramet
I would use a queue to store the events, and then consume that queue from a bounch of thread from the thread pool.