com.zink.scala.fly

example

package example

Visibility
  1. Public
  2. All

Type Members

  1. class Ball extends AnyRef

  2. class CallbackHandler extends NotifyHandler

  3. class CallbackWithReturningEntry extends NotifyHandlerReturningEntry

  4. class FlyEntry extends AnyRef

Value Members

  1. object FlyEntry

  2. object IntegerArgument

  3. object MultiOps extends App

  4. object Notification extends App

  5. object Ping extends App

    Ping is a player in a game of ping pong, bouncing a Ball instance via the fly space.

  6. object Pong extends App

    Pong is a player in a game of ping pong, bouncing a Ball instance via the fly space.

  7. object RoundRobinActors extends App

    This example creates several actors that pass a Ball between them.

    This example creates several actors that pass a Ball between them. Each actor first registers itself to be notified when a Ball appears in the space with a name equal to the actor's name. When an actor receives a notification, it takes the ball from the space and puts it back with ball.name set to the next actor. The last actor passes the ball back to the first actor.

  8. object Timing

  9. object WriteRead extends App

  10. object WriteTake extends App

Ungrouped