If I have two system timers firing events at 10 and 20s respectively, are the calls to the event functions multithreaded? In the scenario below, I have timers that fire even
Looks like it won't block if you use System.Threading.Timer or invoke System.Timers.Timer without a SynchronizingObject.
Similar question: Do C# Timers elapse on a separate thread?