Skip to content

Commit

Permalink
Add callout for people already familiar with the actor model
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 24, 2024
1 parent 58e19d6 commit ad11848
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/core/architecture/actor-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ common pitfalls which, for example, Ethereum smart contracts had to fix over the
years. The issues mostly revolved around reentrancy issues where we could, for
example, call out to another contract before finishing the current execution.

<Callout>
If you are already familiar with the actor model through, for example,
programming in languages such as Erlang or Elixir, you can skip this page.
</Callout>

While the term "actor model" sounds fancy, it is actually quite simple. Each
contract is an "actor" and _plays_ a role in the system (pun intended).

Expand Down

0 comments on commit ad11848

Please sign in to comment.