Handle C -> Java calls from Rust-spawned threads
authorMatt Corallo <git@bluematt.me>
Wed, 2 Jun 2021 19:26:42 +0000 (19:26 +0000)
committerMatt Corallo <git-ldk-build@bluematt.me>
Tue, 8 Jun 2021 20:26:10 +0000 (20:26 +0000)
Turns out you need to "attach" threads to the JVM before you can
make Java calls.


No differences found