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

update Thread.AtomicConditional for newer mutex #8192

Closed
wants to merge 1 commit into from

Conversation

dgbuckley
Copy link

Exports the Mutex.Held so Thread.AtomicConditional can use it to
release.

@dgbuckley dgbuckley force-pushed the condvar branch 2 times, most recently from f27d463 to 143fe6b Compare March 10, 2021 04:44
Exports the Mutex.Impl.Held so Thread.AtomicConditional can use it to
unlock before waiting.
@Vexu Vexu added the standard library This issue involves writing Zig code for the standard library. label Jun 13, 2021
@Vexu
Copy link
Member

Vexu commented Jun 13, 2021

As discussed in #8637, this issue should be fixed by removing Held instead of making changes to it.

@Vexu Vexu closed this Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants