Class ExternalProcessExecutor.WorkerChannel

java.lang.Object
org.ojalgo.concurrent.ExternalProcessExecutor.WorkerChannel
Enclosing class:
ExternalProcessExecutor

private static final class ExternalProcessExecutor.WorkerChannel extends 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.