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)
commit8108649e5097ff0c512748552e9ffe0398663b9d
treeafcae54ee5bfc3c1680d11a0eff80c8019306c6d
parent57c69192cf720e784e837610444e1c762ab0a6fa
Handle C -> Java calls from Rust-spawned threads

Turns out you need to "attach" threads to the JVM before you can
make Java calls.
java_strings.py