diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/jni/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/jni/README.md b/ext/jni/README.md index 80486d4a0..cb51a21cd 100644 --- a/ext/jni/README.md +++ b/ext/jni/README.md @@ -44,8 +44,9 @@ Non-goals: Significant TODOs ======================================================================== -- Lots of APIs left to bind. Most "day-to-day" functionality is already - in place and is believed to work well. +- The initial beta release with version 3.43 has severe threading + limitations. Namely, two threads cannot call into the JNI-bound API + at once. This limitation will be remove in a subsequent release. Building |