future01.acceptEitherAsync(future02, (res)->{
System.out.println("任务3开始。。。之前的结果:" + res);
}, executor);
future01.acceptEitherAsync(future02, (res)->{
System.out.println("任务3开始。。。之前的结果:" + res);
}, executor);