文件名称:perc:Erlang接口,用于控制Unix进程
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-12 04:04:14
Erlang
perc是用于控制Unix进程的Erlang接口。 编译中 rebar3 do compile, eunit 出口 perc kill(Pid, Signal) -> ok | {error, posix()} Types Pid = integer() Signal = integer() | atom() Send a signal to a Unix process. Process IDs and signals are signed 32-bit integers. A signal can also be the lower cased signal name as an atom. Sending a signal to PID 0 will send the signal to the Erlang
【文件预览】:
perc-master
----rebar.lock(4B)
----test()
--------perc_tests.erl(7KB)
----rebar.config(778B)
----c_src()
--------perc.c(16KB)
--------Makefile(2KB)
----include()
--------perc_prio.hrl(2KB)
--------perc_signal.hrl(3KB)
--------perc_prctl.hrl(2KB)
--------perc.hrl(2KB)
----LICENSE(1KB)
----src()
--------perc_rlimit.erl(2KB)
--------perc_prctl.erl(3KB)
--------perc_prio.erl(2KB)
--------perc.erl(14KB)
--------perc.app.src(298B)
--------perc_signal.erl(8KB)
----.gitignore(39B)
----README.md(10KB)