Skip to content

Incremental progress logging #44

@pfitzseb

Description

@pfitzseb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions