ReeceM / clockworks

Webworker for managing timers and intervals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the processing is still done in main thread, only timer in workers.

ReeceM opened this issue · comments

Need to clarify the point of the library is to make use of the timers in a separate thread and not in the main one.

But the functions and things do need to be able to trigger and process in the web worker.