diff options
| author | Adam Kocoloski <adam@cloudant.com> | 2010-05-17 12:57:45 -0400 |
|---|---|---|
| committer | Adam Kocoloski <adam@cloudant.com> | 2010-05-17 12:57:45 -0400 |
| commit | 28ff0e1c5c49a25771cd59669fe13d2372a07716 (patch) | |
| tree | 3cedf1a90f38dc3d45fce0f2aa434c507aca6dcb | |
| parent | 1819b3aff71f49087e98c671e3ce3a388be98543 (diff) | |
slightly better spec string
| -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() -> |
