[erlang-questions] Access to process dictionary
Donald Steven
t6sn7gt@REDACTED
Sat Dec 22 13:51:00 CET 2018
Do two function calls with the same name but one parameter different
(see below) share access to the same process dictionary or does each
have a distinct instance?
Example:
funA(param1, param2) -> do something.
funA(param1, differentparam2) -> do something different.
===
I could just use an if statement within one function call, but I'd like
to know if they share the same process dictionary. Thanks.
More information about the erlang-questions
mailing list