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