Okay so if I understand you correctly I should just use my current implementation? This is how it looks like (i removed some complexity): // defined before: void ProcessItem(T...
Hi guys. I have a problem that I want to solve using TPL. I have (currently, I say this because I can still change it) a ConcurrentQueue of items, where items will get added. ...
anyone here coding telegram bots?