Skip to content

fix OnceCell::wait with parking_lot feature#295

Merged
matklad merged 1 commit intomasterfrom
matklad/plfix
Mar 10, 2026
Merged

fix OnceCell::wait with parking_lot feature#295
matklad merged 1 commit intomasterfrom
matklad/plfix

Conversation

@matklad
Copy link
Owner

@matklad matklad commented Mar 10, 2026

Was pretty broken before that, sorry!

Closes #294

matklad added a commit that referenced this pull request Mar 10, 2026
@matklad matklad merged commit 2426d45 into master Mar 10, 2026
1 check 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.

sync::OnceCell::wait can return after failed or panicking initialization when parking_lot is enabled

1 participant