[erlang-questions] implementing a heartbeat

Jason Dusek jsnx@REDACTED
Sat May 26 18:31:58 CEST 2007


On 5/25/07, Tim Bates <tim@REDACTED> wrote:
> Change this line:
>
>    spawn(?MODULE, heartbeat(Server, Evolver, Delay)),
>
> to:
>
>    spawn(?MODULE, heartbeat, [Server, Evolver, Delay]),

Ah, well -- there is unfortunately no vim plugin to detect absent mindedness.

Thank you.

-- 
_jsn



More information about the erlang-questions mailing list