接口 Executor.Builder<T extends Executor>

    • 方法详细资料

      • build

        T build()
        Build an executor. If the executor keeps internal state this method needs to guarantee that no data is shared between the different implementations (unless needed by design, e.g., for caching).