Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 467 Bytes

Introduction to Actor Model

This Repo serves as a place to store examples for the presentation.

Presentation Links:

  1. A quick introduction to actor model

Examples

  • Example 1
    This example gives a basic introduction on how we can work with Actor Model and designate how to handle the next message.

  • Example 2
    This example gives a basic introduction of how the Fault Tolerance works.