I know that they used to support pthreads for sure. I used it previously for some applications that had multiple threads (although that was about ten years ago). So, I expect that you could still use pthreads on the latest devices.
Note that I left the inkview event handling in the main thread, and spawned new threads for handling events I sent from the main thread.
|