mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 16:42:05 +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.