FYI if you capture `CompletableFuture<>` refs above, then these three joins can 
become one statement:

```
CompletableFuture.allOf(result1,result2,result3).join();
```

[ Full content available at: https://github.com/apache/geode/pull/2972 ]
This message was relayed via gitbox.apache.org for 
notifications@geode.apache.org

Reply via email to