b.initialize(mailboxFactory.createAsyncMailbox());
bs[i] = b;
i += 1;
}
ParallelResponsePrinter c = new ParallelResponsePrinter();
c.initialize(mailboxFactory.createMailbox());
JAFuture future = new JAFuture();
PrintResponse printResponse = new PrintResponse(new Hi(), a);
PrintParallelResponse printParallelResponse = new PrintParallelResponse(count, bs, printResponse);
printParallelResponse.send(future, c);
} catch (Throwable e) {