forked from tqwewe/kameo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add support for remote actor links (tqwewe#116)
* feat!: add support for remote linking and signal_link_died events * feat!: signal links died when peer id disconnected * feat: add `unlink_remote` method to `ActorRef` * feat: add `link_remote` and `unlink_remote` methods to `RemoteActorRef` * docs: add codedocs and examples to remote linking types * fix: feature flags compilation * fix: missing tracing feature gate * docs: fix RemoteActor derive example
- Loading branch information
1 parent
3b4567e
commit dba23e9
Showing
13 changed files
with
1,233 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.