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

Fix: worker tasks parallel execution #15

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

Maksimka101
Copy link
Owner

Previously on native platforms CombineWorker didn't payed atention to the tasksPerIsolate parameter and executed them sequentially

PR Checklist

  • Code is 100% covered.
  • I updated/added relevant documentation.
  • All existing and new tests are passing.
  • Changelog is updated.
  • Version is pumped

Previously on native platforms `CombineWorker` didn't payed attantion to the `tasksPerIsolate` parameter and executed them sequentially
@codecov-commenter
Copy link

Codecov Report

Merging #15 (8afaf1e) into master (0d4e335) will not change coverage.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff            @@
##            master       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          383       383           
=========================================
  Hits           383       383           
Impacted Files Coverage Δ
lib/src/combine_worker/combine_task_executor.dart 100.00% <100.00%> (ø)

@Maksimka101 Maksimka101 merged commit eab5060 into master Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants