JuliaLogging / ProgressLogging.jl

MIT License
50 stars 8 forks source link

Nested progress bars #8

Closed tkf closed 4 years ago

tkf commented 5 years ago

Currently, different progress bars are unrelated. However, it would be nice if we can encode nested relationships (when they exist). It is somewhat possible by using objectid(current_task()) but this approach fails to work when using multiple tasks. One solution may be to add a new key (say) parentprogressid (see also #7).

tkf commented 4 years ago

See #7.