Current section

Files

Jump to
alcove edoc getpid-2.edoc
Raw

edoc/getpid-2.edoc

@doc getpid(2): retrieve the system PID of the process
== Examples ==
```
1> {ok, Drv} = alcove_drv:start().
{ok,<0.177.0>}
2> alcove:getpid(Drv, []).
3924
'''