Computer Language Shootout - concurrency
Sean Hinde
sean.hinde@REDACTED
Fri Dec 2 01:54:07 CET 2005
-module(message).
...
start(X, LastPID) -> start(X-1, spawn(message1, loop, [LastPID])).
The first parameter of the spawn (message1) should be the module name
(which is message)
Sean
On 2 Dec 2005, at 00:19, Isaac Gouy wrote:
> --- Sean Hinde <sean.hinde@REDACTED> wrote:
>> BTW there is a typo bug in the "cheap-concurrency"
>> erlang code.
>
> What is the bug?
>
>
>
> __________________________________________
> Yahoo! DSL – Something to write home about.
> Just $16.99/mo. or less.
> dsl.yahoo.com
>
More information about the erlang-questions
mailing list