-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiment 02 · Async Generators & Subworkers #4
Labels
Comments
This was referenced Dec 20, 2018
olange
changed the title
Experiment 02 · Instantiation of Subworkers
Experiment 02 · Generators & instantiation of Subworkers
Dec 21, 2018
olange
added a commit
that referenced
this issue
Dec 21, 2018
olange
added a commit
that referenced
this issue
Dec 21, 2018
olange
added a commit
that referenced
this issue
Dec 21, 2018
olange
changed the title
Experiment 02 · Generators & instantiation of Subworkers
Experiment 02 · Async Generators & Subworkers
Dec 21, 2018
olange
added a commit
that referenced
this issue
Dec 21, 2018
olange
added a commit
that referenced
this issue
Dec 21, 2018
olange
added a commit
that referenced
this issue
Dec 21, 2018
olange
added a commit
that referenced
this issue
Dec 22, 2018
olange
added a commit
that referenced
this issue
Dec 22, 2018
3 tasks
olange
added a commit
that referenced
this issue
Dec 22, 2018
olange
added a commit
that referenced
this issue
Dec 22, 2018
olange
added a commit
that referenced
this issue
Jan 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Single worker, or delegation to multiple subworkers. Worker should produce an event-stream of data, with delays between delivery of each value of the stream. When the generation is delegated to a sub-worker, aggregate the values in the worker and return the aggregate at once, in an array.
An experiment to check whether or not workers of your browser can consume data asynchronously from generator functions; that we can return the data in arrays; and that we can spawn sub-workers.
Actions
DONE
DONE
Outcome
The text was updated successfully, but these errors were encountered: