Best way to construct a Process Invocation in Elixir

What would be the best possible way to represent process invocation in Elixir ?

The main idea is presented in the following link : Trying to find a correspondence between constructs in a given Mailbox Calculus and Elixir

What do you mean by ‘process invocation’, do you mean processes inside the VM? Or OS processes? Or something else?

In basically all cases it really depends on how the process will be used however, so how will you use it as well (what kind of I/O, what access patterns, etc…)? :slight_smile:

I am referring to a previous post named : Trying to find a correspondence between constructs in a given Mailbox Calculus and Elixir

Ah cool, you should be explicit about that in the OP, add a link to that post and clarify the question you are asking in relation to it. :slight_smile:

1 Like