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

Add simple wrapper for the threading API #1

Merged
merged 7 commits into from
Jul 6, 2024
Merged

Add simple wrapper for the threading API #1

merged 7 commits into from
Jul 6, 2024

Conversation

f-f
Copy link
Contributor

@f-f f-f commented Feb 12, 2024

This adds a wrapper on Chez' threading API, and adds a test to demonstrate thread spawning, joining, and the use of Ref as a safe data structure that can be shared between threads.

This is blocked on purescm/purescript-core#3 and purescm/purescm#226

@f-f f-f changed the title Add simple wrapper on the threading API Add simple wrapper for the threading API Feb 12, 2024
@f-f f-f requested a review from anttih February 12, 2024 09:08
Copy link

@anttih anttih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@f-f f-f merged commit 90a6e7a into main Jul 6, 2024
1 check passed
@f-f f-f deleted the add-threads branch July 6, 2024 23:45
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