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
In this situation:
receiver.listen { _ in receiver.listen { _ in print("foo bar") } }
Receiver will deadlock, if I am not mistaken because of os_unfair_lock_t. Any hints/suggestions on this would be awesome. 🙈
Receiver
os_unfair_lock_t
The text was updated successfully, but these errors were encountered:
Hello, I've just encountered this very issue. Is there any way to get around this by maybe using dispatch queues? Thank you!
Sorry, something went wrong.
Hey @din, this is something I should have fixed a while back. @andersio gave me an idea some time ago.
No branches or pull requests
In this situation:
Receiver
will deadlock, if I am not mistaken because ofos_unfair_lock_t
. Any hints/suggestions on this would be awesome. 🙈The text was updated successfully, but these errors were encountered: