blob: 07707ce87f85993b8807a46cadc4582ec28ffa88 [file] [log] [blame]
class java/util/concurrent/Executors
defaultThreadFactory
()Ljava/util/concurrent/ThreadFactory;
()L1java/util/concurrent/ThreadFactory;
newCachedThreadPool
(Ljava/util/concurrent/ThreadFactory;)Ljava/util/concurrent/ExecutorService;
(L1java/util/concurrent/ThreadFactory;)L1java/util/concurrent/ExecutorService;
newFixedThreadPool
(I)Ljava/util/concurrent/ExecutorService;
(I)L1java/util/concurrent/ExecutorService;
newScheduledThreadPool
(I)Ljava/util/concurrent/ScheduledExecutorService;
(I)L1java/util/concurrent/ScheduledExecutorService;
newScheduledThreadPool
(ILjava/util/concurrent/ThreadFactory;)Ljava/util/concurrent/ScheduledExecutorService;
(IL1java/util/concurrent/ThreadFactory;)L1java/util/concurrent/ScheduledExecutorService;
newSingleThreadExecutor
()Ljava/util/concurrent/ExecutorService;
()L1java/util/concurrent/ExecutorService;
newSingleThreadScheduledExecutor
()Ljava/util/concurrent/ScheduledExecutorService;
()L1java/util/concurrent/ScheduledExecutorService;
newSingleThreadScheduledExecutor
(Ljava/util/concurrent/ThreadFactory;)Ljava/util/concurrent/ScheduledExecutorService;
(L1java/util/concurrent/ThreadFactory;)L1java/util/concurrent/ScheduledExecutorService;
newWorkStealingPool
()Ljava/util/concurrent/ExecutorService;
()L1java/util/concurrent/ExecutorService;
newWorkStealingPool
(I)Ljava/util/concurrent/ExecutorService;
(I)L1java/util/concurrent/ExecutorService;
privilegedThreadFactory
()Ljava/util/concurrent/ThreadFactory;
()L1java/util/concurrent/ThreadFactory;
unconfigurableExecutorService
(Ljava/util/concurrent/ExecutorService;)Ljava/util/concurrent/ExecutorService;
(Ljava/util/concurrent/ExecutorService;)L1java/util/concurrent/ExecutorService;
unconfigurableScheduledExecutorService
(Ljava/util/concurrent/ScheduledExecutorService;)Ljava/util/concurrent/ScheduledExecutorService;
(Ljava/util/concurrent/ScheduledExecutorService;)L1java/util/concurrent/ScheduledExecutorService;