- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for waitfor (0.1 seconds)
-
guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
<V> ClosingCallable<V> waitFor(ClosingCallable<V> closingCallable) { return waitFor(closingCallable, ClosingCallable.class); } @SuppressWarnings("unchecked") // proxy for a generic class <V> AsyncClosingCallable<V> waitFor(AsyncClosingCallable<V> asyncClosingCallable) { return waitFor(asyncClosingCallable, AsyncClosingCallable.class); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
<V> ClosingCallable<V> waitFor(ClosingCallable<V> closingCallable) { return waitFor(closingCallable, ClosingCallable.class); } @SuppressWarnings("unchecked") // proxy for a generic class <V> AsyncClosingCallable<V> waitFor(AsyncClosingCallable<V> asyncClosingCallable) { return waitFor(asyncClosingCallable, AsyncClosingCallable.class); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
ProcessBuilder pb = new ProcessBuilder("docker", "--version"); pb.redirectErrorStream(true); Process process = pb.start(); int exitCode = process.waitFor(); if (exitCode != 0) { return false; } // For CI environments, also check if Docker daemon is actually running if (isCI) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 56K bytes - Click Count (0)