Registry / other / scala-actors

scala-actors

JSON →
library2.11.12javamavenunverified

Deprecated library providing actor-based concurrency for Scala applications.

<dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-actors</artifactId> <version>2.11.12</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-ACTORS
S
scala-actors
otherjavav2.11.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Actor
scala.actors.Actor

Defines a simple actor that prints received messages.

import scala.actors.Actor; object Example extends Actor { def act() { loop { react { case msg => println(msg) } } } }
Debug
Known issues
breakingThis library is deprecated; use Akka or Scala's standard library actors instead.
fix
Migrate to Akka or scala.concurrent for actor-based concurrency.
affects: >=2.11.0
Upgrade
Version history
2.11.12latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scala-actors — mvn dependency:get scala-actors · libregistry