commit | ad181455c9bceba02cd7764d89f2f5970dee9b55 | [log] [tgz] |
---|---|---|
author | arostovtsev <arostovtsev@google.com> | Thu Oct 29 09:40:34 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 29 09:41:48 2020 -0700 |
tree | 2827394dc9bf0b3cde107fad3581d77ef009b011 | |
parent | 388e029d09e6906219a1fd6b0ba55002b87e8e14 [diff] |
Do not check the return value of Future.cancel() Future.cancel() is expected to return false if the future is done or had been cancelled previously, and there doesn't seem to be a way to check whether or not that is the case without a race condition. RELNOTES: None. PiperOrigin-RevId: 339686101
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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