Class SyncExecutorService

java.lang.Object
java.util.concurrent.AbstractExecutorService
com.intuit.karate.core.SyncExecutorService
All Implemented Interfaces:
Executor, ExecutorService

public class SyncExecutorService extends AbstractExecutorService
Author:
pthomas3
  • Field Details

  • Constructor Details

    • SyncExecutorService

      public SyncExecutorService()
  • Method Details

    • shutdown

      public void shutdown()
    • shutdownNow

      public List<Runnable> shutdownNow()
    • isShutdown

      public boolean isShutdown()
    • isTerminated

      public boolean isTerminated()
    • awaitTermination

      public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException
      Throws:
      InterruptedException
    • execute

      public void execute(Runnable command)