diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-12-18 11:58:19 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-12-18 11:58:19 +0000 |
| commit | 30225096fee903c63b6083bcb96d895a78705ea7 (patch) | |
| tree | 0d003fc691fe0cfd761fd6a12aff47591215b3d7 | |
| parent | 66b5be1ac35b9b2f57553d7d5fba16f32517b16c (diff) | |
| download | rabbitmq-server-git-30225096fee903c63b6083bcb96d895a78705ea7.tar.gz | |
Document
| -rw-r--r-- | src/gen_server2.erl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gen_server2.erl b/src/gen_server2.erl index 37587dc3c7..d22a3f033e 100644 --- a/src/gen_server2.erl +++ b/src/gen_server2.erl @@ -81,6 +81,10 @@ %% process as sys:get_status/1 would). Pass through a function which %% can be invoked on the state, get back the result. The state is not %% modified. +%% +%% 10) The Options parameter to start / start_link can include +%% {proc_name, Name}. This name is stored in the process dictionary +%% for later debugging. %% All modifications are (C) 2009-2013 GoPivotal, Inc. |
