Skip to content

Commit

Permalink
fixup! Add (and use) proc_lib:set(and get)_process_description/1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgud committed Oct 9, 2023
1 parent 6719c90 commit 43264fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/stdlib/doc/src/proc_lib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ init(Parent) ->
<desc>
<p>Set a description for the current process.
The primary use is to aid debugging of non registered processes.
The process description can be used in tools and crash reports to identity processes
but it doesn't have to be unique or an atom, as a registered name needs to be.
The process description can be any term, for example <c>{worker_process, 1..N}</c>.
</p>
<p>
Use <seemfa marker="#get_process_description/1">
Expand Down

0 comments on commit 43264fa

Please sign in to comment.