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 an actor model implementation example #273

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 5 times, most recently from bc0e785 to 4bcc66d Compare October 24, 2024 21:28
@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
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