apparat.actors.Actor.scala Maven / Gradle / Ivy
package apparat.actors
object Actor {
val threadsEnabled = System.getProperty("apparat.threads", "true").toLowerCase == "true"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package apparat.actors
object Actor {
val threadsEnabled = System.getProperty("apparat.threads", "true").toLowerCase == "true"
}