7576777879808182838485
* @param join Stuff result object here. **/ public synchronized void start(PE pe, Join join) { if (join != null) join.increment(); Call call = new Call(join, this); try { cManager.send(pe, call); } catch (Exception e) { Aleph.panic(e); }