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

coursier.util.PlatformSync.scala Maven / Gradle / Ivy

The newest version!
package coursier.util
import java.util.concurrent.ExecutorService

trait PlatformSync[F[_]] {
  def schedule[A](pool: ExecutorService)(f: => A): F[A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy