Skip to content

Receiving object reference support - Transfer to object input param #59

New issue

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

Open
nikos-kitmeridis opened this issue Mar 22, 2025 · 0 comments

Comments

@nikos-kitmeridis
Copy link

To my understanding Receiving inputs are not currently supported.
I only see shared and ImmOrOwned

public enum ObjectArg: KeyProtocol {
    /// Represents an object argument that is either immutable or owned by the caller.
    case immOrOwned(ImmOrOwned)

    /// Represents a shared object argument.
    case shared(SharedObjectArg)

I wonder if it would be possible to add it.

Thanks!

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

No branches or pull requests

1 participant