All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gopher.JVMGopherConfig.scala Maven / Gradle / Ivy

Go to download

scala-gopher: asynchronous implementation of CSP ( go-like channels/selectors ) in scala

The newest version!
package gopher

import java.util.concurrent.ExecutorService
import java.util.concurrent.ScheduledExecutorService


case class JVMGopherConfig(
    controlExecutor: ExecutorService,
    taskExecutor: ExecutorService
) extends GopherConfig




© 2015 - 2025 Weber Informatics LLC | Privacy Policy