- From: Jungkee Song <notifications@github.com>
- Date: Wed, 15 Nov 2017 02:33:37 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 November 2017 02:33:59 UTC
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