Would be nice to support logging progress increments, so that e.g. something like ``` @withprogress name="threaded iteration" begin Threads.@threads for i in 1:12 sleep(2) @logprogress increment = 1/12 end end ``` works.