mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 00:22:31 +02:00
Fix the behavior of CompletableFuture.thenApply so that if the applied function throws an exception, the pending future receives the exception (instead of never completing). Add tests.