diff options
Diffstat (limited to 'runtime/thread_pool.h')
| -rw-r--r-- | runtime/thread_pool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/thread_pool.h b/runtime/thread_pool.h index eaadfe0215..7ecfcd1289 100644 --- a/runtime/thread_pool.h +++ b/runtime/thread_pool.h @@ -80,6 +80,7 @@ class ThreadPoolWorker { DISALLOW_COPY_AND_ASSIGN(ThreadPoolWorker); }; +// Note that thread pool workers will set Thread#setCanCallIntoJava to false. class ThreadPool { public: // Returns the number of threads in the thread pool. |