kino icon indicating copy to clipboard operation
kino copied to clipboard

Keeping expensive computation out of main thread with Service Workers

Open jwold opened this issue 4 years ago • 1 comments

Feature description

As a developer, I want to keep expensive computation out of main thread by using Workers to play back offline video, to download content, to sync posters, ...


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

This is incredibly valuable to have to not pollute main JS thread with all this complexity, it should be a matter of a worker doing that job in parallel, but it would still work in the application if it didn't happen initially.

Implementation brief

QA testing instructions

Demo

Changelog entry

jwold avatar Feb 08 '21 22:02 jwold

Derek > We want to describe the problem more clearly. This is about separating the thread and having two separate threads and having worker in background to do the work. Needs more definition.

jwold avatar Feb 10 '21 22:02 jwold