task-worklet
task-worklet copied to clipboard
Task Worklet: explainer, polyfill and demos.
With threads in WASM coming up, there may be some merit to tying them with Task Queues
The `postTask` API is request/response based, and as such doesn't have a natural fit for long running tasks. How do you see such tasks fitting into the model? For example,...
There is another proposal https://github.com/GoogleChromeLabs/tasklets. Should we consider Task Worklets as replacement for Tasklets proposal?