This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
0.1.4
- Added
BazelWorkerDriver
class, which can be used to implement the bazel side
of the protocol. This allows you to speak to any process which knows the bazel
protocol from your own process. - Changed
WorkerConnection#readRequest
to return aFutureOr<WorkRequest>
instead of dynamic.