Skip to content

Commit

Permalink
Fix foreachprogress returning early (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanjohnharris committed Apr 24, 2024
1 parent c59aebd commit 9ae26d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/progress.jl
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ function foreachprogress(
start!(pbar)
task = Threads.@spawn _startrenderloop(pbar)
end
return

# The job tracks the iteration through `iter`
job = addjob!(
Expand Down

0 comments on commit 9ae26d2

Please sign in to comment.