summaryrefslogtreecommitdiff
path: root/lib/Thread/Task/Handle.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Thread/Task/Handle.pm')
-rw-r--r--lib/Thread/Task/Handle.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Thread/Task/Handle.pm b/lib/Thread/Task/Handle.pm
index 5cb2eed..e3f0eea 100644
--- a/lib/Thread/Task/Handle.pm
+++ b/lib/Thread/Task/Handle.pm
@@ -119,7 +119,7 @@ class Thread::Task::Handle {
}
method stopped() {
- $self->message('__STOPPED__');
+ $self->message('__STOPPED__',$self->task);
}
method on_stopped(Task_T $new_task, @args) {