> Erlang中文手册 > self/0 返回当前调用进程的 pid

erlang:self/0

返回当前调用进程的 pid

用法:

self() -> pid()

返回当前调用进程的进程标识 pid((process identifier) )。

erlang:self().