crayon
crayon copied to clipboard
Is there any multithread example?
As the descriptions. It's designed for multhreading. But I want to check this feature. Is there any demo that we can refer?
The framework provides a multi-threading friendly interfaces. Most of the APIs could be used in different threads safely. By example, you could create a texture in worker thread, and submit drawing commands in the main thread with LifecycleListener.
Ok, I will have a try. Thank you.