- Sort Score
- Result 10 results
- Languages All
Results 151 - 152 of 152 for Schedule (0.03 sec)
-
pom.xml
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-jakarta-servlet6</artifactId> <version>${commons.fileupload.version}</version> </dependency> <!-- scheduler --> <dependency> <groupId>org.lastaflute.job</groupId> <artifactId>lasta-job</artifactId> <version>${lasta.job.version}</version> </dependency> <!-- mail --> <dependency>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/ClosingFuture.java
} /** * Starts a {@link ClosingFuture} pipeline by submitting a callable block to an executor. * * @throws java.util.concurrent.RejectedExecutionException if the task cannot be scheduled for * execution */ public static <V extends @Nullable Object> ClosingFuture<V> submit( ClosingCallable<V> callable, Executor executor) { checkNotNull(callable);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 98.1K bytes - Viewed (0)