We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The whole Workerpool idea may be split up into two main parts:
TaskEmitter
TaskExecutor
Worker concurrency is essentially implemented as back pressure between the streams, we can even allow runner types to be added/removed on the fly.
Questions to be answered:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The whole Workerpool idea may be split up into two main parts:
TaskEmitter
which emit tasks as a ReadableSteamTaskExecutor
acting as a WriteableStream which takes task objects as chunks.Worker concurrency is essentially implemented as back pressure between the streams, we can even allow runner types to be added/removed on the fly.
Questions to be answered:
TaskExecutor
has other unknown data piped into it?The text was updated successfully, but these errors were encountered: