[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Ppar in Pspawn confusion
Am 16.12.2014 um 23:08 schrieb Daniel Mayer <daniel-mayer@xxxxxxxx>:
> p = Pspawner { |sp|
> 3.do { |x,i|
> sp.par(l[i]);
> sp.wait(3);
> };
> sp.par(Ppar(l))
> };
more straight
p = Pspawner { |sp|
l.do { |x| sp.par(x); sp.wait(3) };
sp.par(Ppar(l))
};
Regards
Daniel
-----------------------------
www.daniel-mayer.at
-----------------------------
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/