check_list_par(L,N) ->
    Pids = pex:spawn_n(N,prime,check,[]),
    Lists = pex:split_list(L,N),
    send_all(Pids,Lists),
    receive_all(Pids).
204435-52/erlang/check_list_par.txt · Last modified: 2009/09/25 20:26 (external edit)
 
 
©2008 Another cool website by 80KV