Skip to content
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

add GetAsync method to ActorRegistry #33

Merged

Commits on Jan 31, 2023

  1. add GetAsync method to ActorRegistry

    Enables entries to be added to the `ActorRegistry` later in the future (i.e. actors not started explicitly via Akka.Hosting's delegates - child actors typically) without forcing consumers of the registry to poll for changes.
    Aaronontheweb committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6487be6 View commit details
    Browse the repository at this point in the history
  2. cleaned up cancellation

    Aaronontheweb committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0ce2994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be7ba44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69dd8ce View commit details
    Browse the repository at this point in the history
  5. added API approvals

    Aaronontheweb committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8993931 View commit details
    Browse the repository at this point in the history