Kernel.is_pid
You're seeing just the function
is_pid
, go back to Kernel module for more information.
Specs
Returns true
if term
is a PID (process identifier); otherwise returns false
.
Allowed in guard tests. Inlined by the compiler.