View Single Post
Old 03-12-2024, 11:19 AM   #7
Maimun Ahmed
Mr. Developer
Maimun Ahmed began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Feb 2024
Device: Kindle Voyage
Quote:
Originally Posted by pazos View Post
Yes, you're totally wrong here.

You're confusing the hability to schedule tasks to run in the future with multithreading. They are not the same.

Any tasks scheduled with any of the UIManager facilities (see doc in https://koreader.rocks/doc/modules/ui.uimanager.html) will be executed sequentially on the UIThread, so if one of such tasks takes hours to complete the UI will be blocked for that time too.
Thanks for correcting me. I didn't go deep through the docs at first. But after reading through it, I was able to understand everything very clearly. Thanks for your time and attaching the link to docs.
Maimun Ahmed is offline   Reply With Quote