Skip to content

Async task issue #331

Description

@kobusherbst

I have a situation like this:

@sync begin
     @async sometask(nodea)
     @async sometask(nodeb)
end

The task displays a progress meter, created like this:

p = Progress(length(keys(gdf_memberships)); desc="Processing $(node.name) household memberships...")

The output is interlaced with progress updated on multiple lines, rather than just on two lines.

How can I fix this please - wasn't sure how to use the Tips for parallel programming in the documentation in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions