org.gridvise.util.AsyncInvoker.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gridvise-core Show documentation
Show all versions of gridvise-core Show documentation
gridvise-core is an opensource project
The newest version!
package org.gridvise.util
object AsyncInvoker {
//see http://www.jroller.com/vaclav/entry/asynchronous_methods_in_scala
def async(fn: => Unit): Unit = scala.actors.Actor.actor { fn }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy