12.9 Process Dictionary

Each process has its own process dictionary, accessed by calling the following BIFs:

  1. put(Key, Value)
  2. get(Key)
  3. get()
  4. get_keys(Value)
  5. erase(Key)
  6. erase()