Alexander Cyon
Alexander Cyon
I would love to use this soon, do you plan to continue working on this in January @phausler ? :) And or what is the relationship between this PR and...
How does this PR relate to https://github.com/apple/swift-async-algorithms/pull/242 ?
@FranzBusch almost 18 months later, any update? :) I think multicast is a crucial missing piece in Async Swift.
@visskiss I too have problems with whenReachable and whenUnreachable blocks being called twice... any solution?
@nathreed @mortenbekditlevsen thx, I included that typo in this PR as well now.
@Lukasa not so much that having copyable being a safety concern as to being able to use non-copyable private keys and thus know that I have not accidentally made a...
Case study, e.g. Rust Crate "Dalek" has an `EphemeralSecret` (PrivateKey) which does not have the `Copy` "trait", i.e. is move-only https://github.com/dalek-cryptography/x25519-dalek/blob/main/src/x25519.rs#L75
@mhammond I created PR https://github.com/mozilla/uniffi-rs/pull/2042 doubling *twice*, since 8196 was not enough for a large error.
Or phrasing it differently: As a Kotlin UniFFI consumer we expect two instances of `data class` to always equal if all of their contents equal, since they are value types....
We can note that there wasn't really any discussion regarding the potential problems of `equals` not working when ByteArray was introduced in https://github.com/mozilla/uniffi-rs/pull/1543#issuecomment-1557057741