Re: [w3c/ServiceWorker] Run Job does not specify which event loop to queue its tasks on (#1224)

Yes, we need a separate thread from the main thread (as implementations have such as a thread in a browser process, storage process, etc.). I'm thinking of using https://html.spec.whatwg.org/#parallel-queue to serialize Run Jobs. (The parallel queue has recently been added to HTML to cover this kind of requirement.)

That considered, does it make sense to create a parallel queue for this jobs when user agents boot up?

-- 
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/issues/1224#issuecomment-344467170

Received on Wednesday, 15 November 2017 02:33:59 UTC