vlingo / xoom-common

The VLINGO XOOM platform SDK common tools shared across various projects.
Other
16 stars 10 forks source link

Make the tests pass #32

Closed jakzal closed 3 years ago

jakzal commented 3 years ago

This is by no means a finished implementation. It merely demonstrates how we can use "compose" functions instead of "apply" ones, to fix the problem with nested completes.

Apply is to compose as map is to flatMap. Compose will flatten the result of composed CompletableFuture(s).

jakzal commented 3 years ago

replaced by https://github.com/vlingo/vlingo-common/pull/34