summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_make_ref_0_func.txt
blob: b282e3b375e74f5679336b8212d1dba465f0e3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11

  -spec make_ref() -> reference().

  Returns a unique reference. The reference is unique among
  connected nodes.

  Warning:
    Known issue: When a node is restarted multiple times with the
    same node name, references created on a newer node can be
    mistaken for a reference created on an older node with the
    same node name.