Dart asynchronous programming: Isolates and event loops (medium.com) 2 points by azhenley 6y ago ↗ HN
[–] jeroentrappers 6y ago ↗ Too bad it is fundamentally Broken in combination with Flutter Driver. See https://github.com/flutter/flutter/issues/24703 [–] isoos 6y ago ↗ 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.
[–] isoos 6y ago ↗ 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.
2 comments
[ 3.6 ms ] story [ 14.0 ms ] thread