- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for createTasks (0.06 sec)
-
guava-tests/test/com/google/common/util/concurrent/WrappingExecutorServiceTest.java
mock.assertLastMethodCalled("submit"); assertEquals(RESULT_VALUE, f.get()); } } public void testInvokeAll() throws InterruptedException, ExecutionException { List<Callable<String>> tasks = createTasks(3); { MockExecutor mock = new MockExecutor(); TestExecutor testExecutor = new TestExecutor(mock); List<Future<String>> futures = testExecutor.invokeAll(tasks);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 9.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/WrappingExecutorServiceTest.java
mock.assertLastMethodCalled("submit"); assertEquals(RESULT_VALUE, f.get()); } } public void testInvokeAll() throws InterruptedException, ExecutionException { List<Callable<String>> tasks = createTasks(3); { MockExecutor mock = new MockExecutor(); TestExecutor testExecutor = new TestExecutor(mock); List<Future<String>> futures = testExecutor.invokeAll(tasks);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
if (generator.isTarget(docMap)) { final String path = getImageFilename(docMap); final Tuple3<String, String, String> task = generator.createTask(path, docMap); if (task != null) { if (logger.isDebugEnabled()) { logger.debug("Add thumbnail task: {}", task); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 21.5K bytes - Viewed (0)