We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sometimes I get a hang when there is a value being received from different threads Apparently the problem is that the semaphore is blocked
The text was updated successfully, but these errors were encountered:
Oh... Yes. I fixed at this weekend. It's very old bug... And stupid bug 😅
Sorry, something went wrong.
fix deadlock in lazy. rewrite on double check pattern. Also remove fa…
c99fb4f
…st lock - no needed. #7
Fix in version https://github.com/ivlevAstef/SwiftLazy/releases/tag/v1.3.0 Thanks.
No branches or pull requests
sometimes I get a hang when there is a value being received from different threads
Apparently the problem is that the semaphore is blocked
The text was updated successfully, but these errors were encountered: