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