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

org.scalajs.nodejs.drama.ActorSystem.scala Maven / Gradle / Ivy

The newest version!
package org.scalajs.nodejs.drama

import scala.scalajs.js

/**
  * Actor System
  * @author [email protected]
  */
@js.native
trait ActorSystem extends js.Object {

  def actor(factory: js.Any): Actor = js.native

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy