Skip to content

Commit

Permalink
fix depwarn
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Apr 30, 2018
1 parent b0e887c commit a9eab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function dynamic_let(ex)
t = @task $(esc(ex.args[2]))
$(bindings...)
schedule(t)
wait(t)
fetch(t)
end
end

Expand Down

0 comments on commit a9eab5b

Please sign in to comment.