Examples/Sequenced commands

Sequenced commands

Shows sequence([...]) running commands strictly in order — each completing before the next begins — versus batch([...]) which fires them concurrently.

sequenced commands · dart_tui
Sequenced commands demo

Run it

bash
dart run example/sequence.dart

Related