reactor
reactor copied to clipboard
Examples
Here's a list of examples that would be great to have:
Features
- [x] Spawning Processes
- [x] Basic Message Passing
- [ ] Custom Message Encoders/Decoders
- [ ] Collaborating Processes
- [ ] Deferred Reduction / Async Tasks
- [ ] Supervision Patterns
Use-cases
- [ ] A CLI tool
- [ ] A Web Server
- [ ] A GUI application
- [ ] A Game
- [ ] Data Pipeline
If you give me a hint on how to have custom message encoders/decoders, I might take a stab at such an example
@tcoopman if you look at the sdl_ctx actor from the SDL example, there's an example of it. Let me know if I can clarify anything :)