Default thread factory to mark all threads as daemon
The default executor service is a fixed thread pool with N daemon threads, where N is equal to the number of available processors.
A strategy that executes its arguments on DefaultExecutorService
Default scheduler used for scheduling the tasks like timeout.
A strategy that evaluates its arguments using an implicit ExecutorService.
A strategy that evaluates its arguments using an implicit ExecutorService.
A strategy that performs no evaluation of its argument.
A strategy that performs no evaluation of its argument.
A simple strategy that spawns a new thread for every evaluation.
A simple strategy that spawns a new thread for every evaluation.
A strategy that evaluates its argument in the current thread.
A strategy that evaluates its argument in the current thread.
A strategy that evaluates its arguments on the Swing Event Dispatching thread.
A strategy that evaluates its arguments on the Swing Event Dispatching thread.
A strategy that evaluates its arguments using the pool of Swing worker threads.
A strategy that evaluates its arguments using the pool of Swing worker threads.