Re: [w3c/ServiceWorker] Introduce a parallel queue for running Jobs (#1229)

One thing I'd thought of and didn't put in the change was run the Schedule Job's steps in the parallel queue as well. That'd make it more congruent to what Chromium does (with IPC). But I thought it would add somewhat unnecessary complexity to the spec.

For now, I think using a separate (off-the-main) thread running jobs without breaking the order in each job queue would be good enough.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1229#issuecomment-345902805

Received on Tuesday, 21 November 2017 03:07:20 UTC