Module ojalgo

Class ExternalProcessExecutor.WorkerChannel

  • Enclosing class:
    ExternalProcessExecutor

    private static final class ExternalProcessExecutor.WorkerChannel
    extends java.lang.Object
    A per-thread, persistent channel to a child JVM. Not thread-safe; each instance must only be used from its owning thread. Kills and restarts the underlying process on demand.