Packages

package drama

drama package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. drama
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Actor extends Object

    Drama Actor

    Drama Actor

    Annotations
    @RawJSType() @native()
  2. implicit final class ActorExtensions extends AnyVal

    Actor Extensions

  3. class ActorSystem extends Object

    Actor System

    Actor System

    Annotations
    @RawJSType() @native()
  4. class StateDrivenActor [T] extends Object

    State-driven Actor

    State-driven Actor

    Annotations
    @ScalaJSDefined() @RawJSType()

Value Members

  1. object Drama extends Object

    Actor model implementation for JavaScript and Node.js (work in progress) Inspirations: Scala Actors, Akka, Pykka

    Actor model implementation for JavaScript and Node.js (work in progress) Inspirations: Scala Actors, Akka, Pykka

    Annotations
    @native() @JSImport( "drama" , JSImport.Namespace )
  2. object StateDrivenActor

    State-driven Actor Companion

Inherited from AnyRef

Inherited from Any

Ungrouped