bazel_worker 1.0.3
bazel_worker: ^1.0.3 copied to clipboard
Protocol and utilities to implement or invoke persistent bazel workers.
example/README.md
Run dart example/client.dart
. The client will start up a worker process, send
a single work request, read a file written by the worker, then terminate the
worker.