TimingAid

s2a.leucine.actors.TimingAid
See theTimingAid companion object
trait TimingAid(using context: ActorContext)

Mixin which enables the actor to send mails to itself on predefined moments and wait for i/o events. This actor sends messages to itself. For the moment, you must explicitly allow this in the sender type definition of this actor. Otherwise mixing in this Aid generates a compiler error.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

trait StashOps

Attributes

Inherited from:
StashDefs (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Stash.type

Inherited types

type Sender <: Actor

All actors that may send messages to this actor. Note, you may always send a message to yourself.

All actors that may send messages to this actor. Note, you may always send a message to yourself.

Attributes

Inherited from:
ActorDefs (hidden)

Value members

Inherited methods

def name: String

The name of this actor.

The name of this actor.

Attributes

Inherited from:
ActorDefs (hidden)
def path: String

The fullname of this actor, contains the full path to the first ancestor.

The fullname of this actor, contains the full path to the first ancestor.

Attributes

Inherited from:
ActorDefs (hidden)