In this situation: ```swift 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. 🙈