Skip to content

Add an actor model implementation example #273

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

polytypic
Copy link
Collaborator

@polytypic polytypic commented Sep 12, 2024

TODO:

  • How to deal with unhandled exceptions in actors? Riot seems to treat them as fatal errors.
  • What should happen when a message is sent to a process that has already terminated?
  • Document the signature
  • Test / Example

@polytypic polytypic force-pushed the add-actor-example branch 13 times, most recently from 557b17e to f518014 Compare September 19, 2024 12:01
@polytypic polytypic force-pushed the add-actor-example branch 11 times, most recently from dbb1e94 to 76e49ee Compare September 23, 2024 12:16
@polytypic polytypic force-pushed the add-actor-example branch 6 times, most recently from 3edfca5 to 275490d Compare October 1, 2024 01:23
@polytypic polytypic force-pushed the add-actor-example branch 3 times, most recently from 669084e to 64adf6d Compare November 1, 2024 14:51
@polytypic polytypic force-pushed the add-actor-example branch 17 times, most recently from ec1e920 to 8e46be6 Compare November 25, 2024 08:14
@polytypic polytypic force-pushed the add-actor-example branch 2 times, most recently from 8a1ce50 to b6406f0 Compare November 28, 2024 18:17
@polytypic polytypic force-pushed the add-actor-example branch 2 times, most recently from 4cfe00a to ab7c008 Compare December 15, 2024 15:29
@polytypic polytypic force-pushed the add-actor-example branch 2 times, most recently from 3d38d7d to e89c0cf Compare April 28, 2025 21:49
@polytypic polytypic force-pushed the add-actor-example branch from e89c0cf to 6a9d4a9 Compare May 17, 2025 19:02
@polytypic polytypic force-pushed the add-actor-example branch from 6a9d4a9 to 950da79 Compare May 19, 2025 07:18
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

Successfully merging this pull request may close these issues.

1 participant