reactor icon indicating copy to clipboard operation
reactor copied to clipboard

Examples

Open leostera opened this issue 6 years ago • 2 comments

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

leostera avatar Mar 06 '19 22:03 leostera

If you give me a hint on how to have custom message encoders/decoders, I might take a stab at such an example

tcoopman avatar Mar 07 '19 21:03 tcoopman

@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 :)

leostera avatar Mar 10 '19 15:03 leostera