flutter_isolate
flutter_isolate copied to clipboard
Isolates run into main thread
I created some isolates by FlutterIsolate.spawn or flutterCompute, but all isolates were running into main thread. Also, This is only happened in android, iOS fine
Does anyone know why?
Not sure what's going on here, will investigate when I get a chance.