diff options
| -rw-r--r-- | src/rexi_monitor.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rexi_monitor.erl b/src/rexi_monitor.erl index 7e16048c..bbff22b3 100644 --- a/src/rexi_monitor.erl +++ b/src/rexi_monitor.erl @@ -6,7 +6,7 @@ %% @doc spawn_links a process which monitors the supplied list of items and %% returns the process ID. If a monitored process exits, the caller will %% receive a {rexi_DOWN, MonitoringPid, DeadPid, Reason} message. --spec start([pid() | atom() | {atom(),atom()}]) -> pid(). +-spec start([pid() | atom() | {atom(),node()}]) -> pid(). start(Procs) -> Parent = self(), spawn_link(fun() -> |
