kpreid / yield-progress

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

Remove required `instant` and `log` dependencies. #1

Closed kpreid closed 10 months ago

kpreid commented 10 months ago

instant and log are used because of the mechanism to log over-long yields. This mechanism should be removed from the core and made into something that the yield function can do if it wants to, so that YieldProgress can be used without these.