- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for commonPool (1.47 sec)
-
src/main/java/org/codelibs/core/concurrent/CommonPoolUtil.java
/** * Executes the given task in the common ForkJoinPool. * * @param task * the task to execute */ public static void execute(final Runnable task) { ForkJoinPool.commonPool().execute(() -> { final Thread currentThread = Thread.currentThread(); final ClassLoader orignal = currentThread.getContextClassLoader();
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.7K bytes - Viewed (0)