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

Deadlock Solution #19

Merged
merged 12 commits into from
Nov 13, 2024
Merged

Deadlock Solution #19

merged 12 commits into from
Nov 13, 2024

Conversation

mdavis-xyz
Copy link
Owner

Partially solves #17

  • rewrite starmap scheduler to not give tasks to children until they've returned the previous result
  • add unit test for deadlock issues
  • rewrite map_async to return a single result, instead of list of results. (I should probably have done this in a different PR, but I'm being lazy because I don't have much time right now.)

@mdavis-xyz mdavis-xyz force-pushed the deadlock_map_scheduler branch from d009511 to 1a3f429 Compare November 13, 2024 17:11
@mdavis-xyz mdavis-xyz marked this pull request as ready for review November 13, 2024 17:37
@mdavis-xyz mdavis-xyz merged commit 5f5b4d9 into master Nov 13, 2024
7 checks passed
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.

1 participant