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
When the scheduler is active, it can execute tasks.
When the scheduler is active, it can execute tasks.
Registers a newly created actor with this scheduler.
Registers a newly created actor with this scheduler.
Registers a closure to be executed when the specified actor terminates.
Registers a closure to be executed when the specified actor terminates.
the closure to be registered
Shuts down the scheduler.
Shuts down the scheduler.
Unregisters an actor from this scheduler, because it has terminated.
Unregisters an actor from this scheduler, because it has terminated.
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
this member is going to be removed in a future release
This scheduler executes actor tasks on the current thread.