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
Kameo supports linking local actors together, but support for this between remote actors is not implemented yet.
It would be handy to have along side the local actor linking that exists.
Add a similar .link and .unlink to RemoteActorRef types.
.link
.unlink
RemoteActorRef
The text was updated successfully, but these errors were encountered:
tqwewe
No branches or pull requests
Feature Description
Kameo supports linking local actors together, but support for this between remote actors is not implemented yet.
Motivation
It would be handy to have along side the local actor linking that exists.
Proposed Solution
Add a similar
.link
and.unlink
toRemoteActorRef
types.The text was updated successfully, but these errors were encountered: