Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Future (0.25 sec)

  1. .github/workflows/CheckBadMerge.groovy

            assert execResult.returnCode == 0: "$command failed with return code: $execResult"
            return execResult.stdout
        }
    
        static Future<String> readStreamAsync(InputStream inputStream) {
            return THREAD_POOL.submit({ inputStream.text } as Callable) as Future<String>
        }
    Groovy
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Dec 19 10:35:44 GMT 2023
    - 6.5K bytes
    - Viewed (0)
Back to top