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

rescala.PlatformSchedulers.scala Maven / Gradle / Ivy

There is a newer version: 0.35.1
Show newest version
package rescala

import rescala.interface.RescalaInterface

trait PlatformSchedulers {
  def byName(name: String): RescalaInterface =
    name match {
      case other => throw new IllegalArgumentException(s"unknown engine $other")
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy