I\'m trying to implement a job queue using web workers. The task is image decoding. Tasks will arrive at a rapid rate and take a small variable amount of time.
I wrot