View Source prx_drv (prx v1.0.0)
Summary
Functions
Make a synchronous call into the port driver.
The list of available calls and their arguments can be found here:
https://github.com/msantos/alcove#alcove-1
For example, to directly call alcove:execve/5:
call(Drv, Pipeline, execve,
["/bin/ls", ["/bin/ls", "-al"], ["HOME=/home/foo"]])
Send standard input to process.
-spec stop(pid()) -> ok.