We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed52eab commit 5381435Copy full SHA for 5381435
src/utils/dagdebug.jl
@@ -3,7 +3,7 @@ function task_id end
3
4
const DAGDEBUG_CATEGORIES = Symbol[:global, :submit, :schedule, :scope,
5
:take, :execute, :move, :processor,
6
- :stream]
+ :stream, :cancel]
7
macro dagdebug(thunk, category, msg, args...)
8
cat_sym = category.value
9
@gensym id
0 commit comments