scala.actors
Used as the timeout pattern in receiveWithin and reactWithin.
receiveWithin
reactWithin
(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.
receiveWithin(500) { case (x, y) => ... case TIMEOUT => ... }
Used as the timeout pattern in
receiveWithin
andreactWithin
.(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.