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 ec54565 commit 7682ceaCopy full SHA for 7682cea
src/submission.jl
@@ -326,7 +326,7 @@ function eager_launch!(pair::DTaskPair)
326
fargs, spec.options, true))
327
task.thunk_ref = thunk_id.ref
328
end
329
-@warn "Don't convert Tuple to Vector{Argument}" maxlog=1
+# FIXME: Don't convert Tuple to Vector{Argument}
330
function eager_launch!(pairs::Vector{DTaskPair})
331
ntasks = length(pairs)
332
0 commit comments