More comments

This commit is contained in:
Lian, Cheng 2013-11-29 16:02:58 +08:00
parent 1e25086009
commit 4a1d966e26

View file

@ -167,6 +167,9 @@ class DAGScheduler(
*/
def start() {
eventProcessActor = env.actorSystem.actorOf(Props(new Actor {
/**
* A handle to the periodical task, used to cancel the task when the actor is stopped.
*/
var resubmissionTask: Cancellable = _
override def preStart() {