dropbox / djinni

A tool for generating cross-language type declarations and interface bindings.
Apache License 2.0
2.88k stars 487 forks source link

Attach native threads to JVM if needed #373

Closed sonicdebris closed 6 years ago

sonicdebris commented 6 years ago

The thread is attached to the JVM the first time a JNIEnv is needed to call some java method. The thread is automatically detached on exit.

sonicdebris commented 6 years ago

Sorry, I meant to open a PR on my fork's branch!