batch 0.1.0 batch: ^0.1.0 copied to clipboard
A lightweight and powerful batch library written in Dart. You can easily create a CLI batch program in Dart with this library.
Release Note #
0.1.0 #
- Improved documents.
- Wrapped the return value of execute with
Future
to allow asynchronous processing inTask
. Asynchronous processing defined inTask
is safely controlled by thebatch
library, so you don't need to be aware of it when runningJobLauncher
.
0.0.1 #
- First Release!