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

lgab.snunit-cask_native0.5_3.0.10.3.source-code.Actor.scala Maven / Gradle / Ivy

The newest version!
package castor

trait Actor[T]{
  def send(t: T)
          (implicit fileName: sourcecode.FileName,
           line: sourcecode.Line): Unit

  def sendAsync(f: scala.concurrent.Future[T])
               (implicit fileName: sourcecode.FileName,
                line: sourcecode.Line): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy