in case of a small loop with heavy intensive code inside the bar is useless:
for i in tqdm.range(1,16) do
heavy_stuff(i)
end
maybe add a way to force an update of the bar inside the heavy function so we can have a partial progression displayed
the problem arise in nested loop too
in case of a small loop with heavy intensive code inside the bar is useless:
maybe add a way to force an update of the bar inside the heavy function so we can have a partial progression displayed
the problem arise in nested loop too