Open
Description
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.