/bazel-worker-api

Bazel's Persistent Worker API

Primary LanguageJavaApache License 2.0Apache-2.0

Bazel Persistent Worker API

This repository contains the code for Bazel's Persistent Worker API.

There are two Bazel modules in this repository:

  • proto: contains the bare protocol buffers for the worker API.
  • java: contains a simple Java wrapper library.