Interface CloseableExecutor

  • All Superinterfaces:
    java.lang.AutoCloseable, java.util.concurrent.Executor
    All Known Implementing Classes:
    CurrentThreadExecutor

    public interface CloseableExecutor
    extends java.util.concurrent.Executor, java.lang.AutoCloseable
    • Method Summary

      • Methods inherited from interface java.lang.AutoCloseable

        close
      • Methods inherited from interface java.util.concurrent.Executor

        execute