commit | 5d1339dc311dd67338a722c759abad1d8b2961d5 | [log] [tgz] |
---|---|---|
author | jmmv <jmmv@google.com> | Mon Oct 21 18:08:53 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 21 18:09:53 2019 -0700 |
tree | 175af6af172d746323af59647c109f3f0d71ad99 | |
parent | f6bfbdc534a12b77d376e0743548335712da764e [diff] |
Move logic to wait for a process in a noninterruptible manner to Subprocess. The Subprocess class already had this functionality in it, but it was hidden behind the destroyAndWait() method, which did two things. This change pulls out the actual wait into a separate method and removes some duplication of this functionality. RELNOTES: None. PiperOrigin-RevId: 275966801
{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