task-worklet icon indicating copy to clipboard operation
task-worklet copied to clipboard

Task Worklet: explainer, polyfill and demos.

Results 4 task-worklet issues
Sort by recently updated
recently updated
newest added

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?