timholy / ProgressMeter.jl

Progress meter for long-running computations
MIT License
694 stars 91 forks source link

A code in README.md doesn't work #310

Closed dsryu0822 closed 5 months ago

dsryu0822 commented 5 months ago
julia> @showprogress Threads.@threads for i in 1:10
           sleep(2*rand())
       end
ERROR: LoadError: ArgumentError: Final argument to @showprogress must be a for loop, comprehension, map, reduce, or pmap; got ...

ArgumentError is raised.

Enviroment

dsryu0822 commented 5 months ago

Sorry, ProgressMeter v1.10.0 works.