kpreid / yield-progress

Progress reporting and cooperative task yielding in Rust
Apache License 2.0
2 stars 0 forks source link

Started/finished progress events #4

Open kpreid opened 1 year ago

kpreid commented 1 year ago

Applications may wish to list/log started or completed tasks, in addition to information about the moment-to-moment status. Make it possible to extract that information from the progress callback, so that functions which use a YieldProgress don't have to also log things through another channel.