[erlang-questions] erlang-questions Digest, Vol 16, Issue 6

Kirill Zaborski qrilka@REDACTED
Tue Sep 2 08:11:56 CEST 2008


BTW It looks like docs for rpc:pmap/3 have List1 and List2 in reversed places:
the signature should look like
pmap({Module, Function}, ExtraArgs, List1) -> List2
and not like
pmap({Module, Function}, ExtraArgs, List2) -> List1 (from
http://erlang.org/doc/man/rpc.html)

Best regards,
Kirill
>
> ------------------------------
>
> Message: 5
> Date: Mon, 1 Sep 2008 22:16:45 -0400
> From: "Edwin Fine" <erlang-questions_efine@REDACTED>
> Subject: Re: [erlang-questions] Parallel Shootout & a style question
> To: "Kevin Scaldeferri" <kevin@REDACTED>
> Cc: erlang-questions <erlang-questions@REDACTED>
> Message-ID:
>        <6c2563b20809011916n56e88cf9ld6398e247cd59de7@REDACTED>
> Content-Type: text/plain; charset="utf-8"
>
> Um, dunno if this helps, but have you looked at rpc:pmap/3?
>



More information about the erlang-questions mailing list