Skip to content
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

Closed
2 tasks done
olange opened this issue Dec 20, 2018 · 0 comments
Closed
2 tasks done

Experiment 02 · Async Generators & Subworkers #4

olange opened this issue Dec 20, 2018 · 0 comments
Assignees

Comments

@olange
Copy link
Owner

olange commented Dec 20, 2018

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

  • Asynchronously generate a list of values from a worker DONE
  • Asynchronously generate a list of values from a sub worker, and return them aggregated DONE

Outcome

@olange olange self-assigned this Dec 20, 2018
@olange olange changed the title Experiment 02 · Instantiation of Subworkers Experiment 02 · Generators & instantiation of Subworkers Dec 21, 2018
@olange olange changed the title Experiment 02 · Generators & instantiation of Subworkers Experiment 02 · Async Generators & Subworkers Dec 21, 2018
@olange olange closed this as completed 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
olange added a commit that referenced this issue Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant