- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for readStreamAsync (0.07 sec)
-
.github/workflows/CheckBadMerge.groovy
String stderr int returnCode } static ExecResult exec(String command) { Process process = command.execute() def stdoutFuture = readStreamAsync(process.inputStream) def stderrFuture = readStreamAsync(process.errorStream) int returnCode = process.waitFor() String stdout = stdoutFuture.get() String stderr = stderrFuture.get()
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Dec 19 10:35:44 UTC 2023 - 6.5K bytes - Viewed (0)