Skip to content

Commit 5381435

Browse files
committed
fixup! Add cancel! for cancelling tasks
1 parent ed52eab commit 5381435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/dagdebug.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function task_id end
33

44
const DAGDEBUG_CATEGORIES = Symbol[:global, :submit, :schedule, :scope,
55
:take, :execute, :move, :processor,
6-
:stream]
6+
:stream, :cancel]
77
macro dagdebug(thunk, category, msg, args...)
88
cat_sym = category.value
99
@gensym id

0 commit comments

Comments
 (0)