mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 00:22:31 +02:00
Add a method to allow Java code to attempt to load a class on a Tokio worker thread like libsignal does internally. This will be used for testing both in libsignal and in dependents. Fix a bug where exceptions raised during conversion from Rust result values to Java values weren't being correctly propagated to the Java Future that would report the result.