2 comments

[ 3.6 ms ] story [ 14.0 ms ] thread
Too bad it is fundamentally Broken in combination with Flutter Driver. See https://github.com/flutter/flutter/issues/24703
Dart covers more than mobile (Flutter): e.g. running server processing with the async event loop is really efficient, and I rarely need to spawn isolates, as the bottleneck is usually the database or the network, and not the CPU.