Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

New sample demonstrating how to use Web Workers #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

New sample demonstrating how to use Web Workers #15

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 8, 2011

Hi Remy,

You may be interested in adding this sample to html5demos.

It shows ho to perform an operation (computing the square roots) on a table using Web Workers
Worker #i is assigned the task of finding the square roots of the numbers in line #i of the table.
A global object then recombines the results received from the workers into the result table.

I could contribute more if you find it interesting.

Francois

@remy
Copy link
Owner

remy commented Sep 15, 2011

Could you update this to use the conventions already laid out in the README file - and include an introduction to the page (as per the other examples) so I can pull this in?

Cheers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant