The type of the futures that the underlying task runner supports.
The type of the futures that the underlying task runner supports.
Submits a closure for execution.
Submits a closure for execution.
the closure to be executed
Submits a Runnable
for execution.
Submits a Runnable
for execution.
the task to be executed
An implicit conversion from futures to zero-parameter functions.
An implicit conversion from futures to zero-parameter functions.
The scheduler is active if the underlying ExecutorService
has not been shut down.
The scheduler is active if the underlying ExecutorService
has not been shut down.
newActor is invoked whenever a new actor is started.
newActor is invoked whenever a new actor is started.
This method is called when the scheduler shuts down.
This method is called when the scheduler shuts down.
Registers a closure to be executed when the specified actor terminates.
Registers a closure to be executed when the specified actor terminates.
the actor
the closure to be registered
Shuts down the scheduler.
Shuts down the scheduler.
Submits a task to run which returns its result in a future.
Submits a task to run which returns its result in a future.
Registers that the specified actor has terminated.
Registers that the specified actor has terminated.
the actor that has terminated
Creates a String representation of this object.
Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.
a String representation of the object.
Deprecated non-actor-private version
Deprecated non-actor-private version
this method is going to be removed in a future release
see corresponding Javadoc for more information.
see corresponding Javadoc for more information.
this member is going to be removed in a future release
this member is going to be removed in a future release
this member is going to be removed in a future release
see corresponding Javadoc for more information.
see corresponding Javadoc for more information.
see corresponding Javadoc for more information.
see corresponding Javadoc for more information.
this member is going to be removed in a future release
The
ExecutorScheduler
class uses anExecutorService
to executeActor
s.