run_in_executor not working on android #2479
Labels
android
The issue relates to Android mobile support.
enhancement
New features, or improvements to existing features.
Describe the bug
Refering to what reported here and here, the best approach to run a CPU-intensive task in backgroud is to use
run_in_executor
, that's works perfectly on Windows, but does not on Android.Steps to reproduce
A minimum (not)-working example to reproduce the error is the following:
Expected behavior
If your run it on Windows (via
briefcase dev
orbriefcase run windows
) it does the job update the label every second, but if I run it on androidbriefcase run android
, the application freezes after the first render and don't respondScreenshots
Environment
The text was updated successfully, but these errors were encountered: