Re-create the underlying SingleThreadScheduledExecutor
Re-create the underlying SingleThreadScheduledExecutor
Schedules the sending of a message to occur after the specified delay.
Schedules the sending of a message to occur after the specified delay.
a ScheduledFuture which sends the msg to
the to Actor after the specified TimeSpan delay.
Shut down the underlying SingleThreadScheduledExecutor
Shut down the underlying SingleThreadScheduledExecutor
The ActorPing object schedules an actor to be ping-ed with a given message at specific intervals. The schedule methods return a ScheduledFuture object which can be cancelled if necessary