Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

0.1.4

Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 26 Apr 20:45
· 85 commits to master since this release
  • 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 a FutureOr<WorkRequest>
    instead of dynamic.