Class JmcExecutorService

java.lang.Object
org.mpi_sws.jmc.api.util.concurrent.JmcExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService

public class JmcExecutorService extends Object implements ExecutorService
An executor service that runs tasks in new threads. It is a redefinition of ExecutorService for JMC model checking.

Currently, the executor service does not support stopping tasks.