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

Separate thread functions into new module #79

Merged
merged 4 commits into from
Nov 15, 2021

Conversation

istathar
Copy link
Member

Move forkThread, waitThread and new functions wrapping concurrently and race to new module Core.Program.Threads. This triggers a major API bump for core-program, though largely isn't a breaking change if people are importing Core.Program like is recommended by the documentation.

This sets up for a more comprehensive treatment of general concurrency.

@istathar istathar self-assigned this Nov 14, 2021
@istathar istathar merged commit 529855b into aesiniath:main Nov 15, 2021
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