commit | 415165a55ca0f1656d1254618758d2a30d8c5030 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Thu Sep 12 07:56:40 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 12 07:57:44 2019 -0700 |
tree | b96632b24a61961a29af5db6bb88e5d4d35a05f2 | |
parent | 591009307a2478a569eba21ea63fe8c607af046b [diff] |
Refactor SpawnContinuation semantics By making it safe to call execute and getFuture at all times, the client code becomes much simpler and less brittle. We only need to make sure to only call get() if isDone() returns true, but it's fine to call execute even if the future is done. Progress on #6394. PiperOrigin-RevId: 268684800
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.