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

Added threadLabel to MonadThread #171

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Added threadLabel to MonadThread #171

merged 2 commits into from
Aug 30, 2024

Conversation

coot
Copy link
Collaborator

@coot coot commented Aug 30, 2024

Not adding `listThreads` as it's not very well specified in `IO`:

> primop ListThreadsOp "listThreads#" GenPrimOp
>    State# RealWorld -> (# State# RealWorld, Array# ThreadId# #)
>    { Returns an array of the threads started by the program. Note that this
>      threads which have finished execution may or may not be present in this
>      list, depending upon whether they have been collected by the garbage collector.
@coot coot requested a review from bolt12 August 30, 2024 08:28
Copy link
Contributor

@bolt12 bolt12 left a comment

Choose a reason for hiding this comment

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

LGTM

@coot coot added this pull request to the merge queue Aug 30, 2024
Merged via the queue into main with commit 4c31d42 Aug 30, 2024
20 checks passed
@coot coot deleted the coot/threadLabel branch August 30, 2024 09:57
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.

Implement new thread api added in ghc-9.6.1
2 participants