kpreid / yield-progress

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

Progress-only handle for non-async code? #29

Open kpreid opened 2 months ago

kpreid commented 2 months ago

An idea in my notes is to create a Progress type which is exactly like YieldProgress except none of its methods are async, for use in non-async code. I'm not sure whether this is worthwhile or not.