Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix OnceCell::wait with parking_lot feature#295

Merged
matklad merged 1 commit into
masterfrom
matklad/plfix
Mar 10, 2026
Merged

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

Conversation

@matklad

@matklad matklad commented Mar 10, 2026

Copy link
Copy Markdown
Owner

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