kpreid / yield-progress

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

Automatic conditional yielding #3

Open kpreid opened 1 year ago

kpreid commented 1 year ago

Offer a convenient “if it has been <duration> since the last yield, yield” yield function wrapper, since we are dealing with comparing times already.