picos
picos copied to clipboard
Add an actor model implementation example
TODO:
- [x] How to deal with unhandled exceptions in actors? Riot seems to treat them as fatal errors.
- [x] What should happen when a message is sent to a process that has already terminated?
- [x] Document the signature
- [ ] Test / Example