Skip to content

Progress handle for functions which can be slow #102

@dyollb

Description

@dyollb

It would be nice to have a way to get progress feedback from functions like make_mesh_3,

In some cases these callbacks could simply set a info string (or status int), which says what is currently being done. For make_mesh_3 the current number of cells/points could regularly be updated. Some functions might also be able to estimate completion in percent.

On the other hand, the progress info object could have an interruption flag, which the "function", e.g. make_mesh_3, could periodically check and stop accordingly.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions