System.Threading.Timer (use webworkers ?)
We use a lot of Timers in our application, doing all the expensive calculation on workerthreads, using lock statements to sync threads. Altought js doesn't support multithreading with memory sharing, webworkers might be used?
47
votes
