Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 189 Bytes

File metadata and controls

4 lines (3 loc) · 189 Bytes

Worker Thread

This repo is a working example of Web Workers.

A thread-blocking while loop stops my animation from executing. Outsourcing the while loop into an external worker helped.