-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite AbstractSandboxSpawnRunner to use Subprocess
It was previously using Command. This change is in preparation for merging the local sandboxed and non-sandboxed execution paths, in order to simplify supporting async execution for both. I copied over the equivalent code (with minor changes) from LocalSpawnRunner with the intent of unifying the LocalSpawnRunner and the AbstractSandboxSpawnRunner. It may be possible to extract this into a common class rather than having two copies. TBD. PiperOrigin-RevId: 262545190
- Loading branch information
1 parent
dcc80fb
commit 71288e6
Showing
1 changed file
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters