-
Now I know there is a PR on the downloader aspect but what i've found tricky when trying to improve the speed of things like loading/saving of the settings menu is the biggest speed problem is the `..…
-
### What is missing ?
tbd
-
This is a long-term goal. Do this when changing affected code.
Some ContentProvider operations do not run on a background thread. Move them to one (plus switching to Room APIs) and then remove `.allo…
-
### LeaseServiceProviderTest
Junit test results: [junit-test-results.zip](https://github.com/user-attachments/files/17573420/junit-test-results.zip)
The problem is the assertion:
`verify(time…
-
For my situation, I send message in sub thread, not main thread, and our most subscriber specify thread mode `BACKGROUND`. So my sender and subscriber are in the same thread.
I think it would mislead…
-
Instead of doing it as soon as a `MOVED` was received from redis.
-
```
Currently rendering to a buffered image needs to be done on the EDT. It would
be really handy to be able to render images on a background thread so that the
UI doesn't lock up while you're rend…
-
`-[UIApplication backgroundTimeRemaining]` complaints about being called on non-main thread, although method documentation says:
`This method can be safely called on a non-main thread`.
Seen on …
-
Our application is latency-sensitive, and we're using CPU isolation and thread affinitization on Linux to reduce interruption of our core threads. Garbage Collection is rare for our application, but …
-
This might be different for iPhone vs Android