kpreid / yield-progress

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

Provide a built-in yielder #6

Closed kpreid closed 10 months ago

kpreid commented 10 months ago

…of the sort that just returns Pending once, which won't suit all applications but will suit some of them.

kpreid commented 10 months ago

I found that https://crates.io/crates/task_yield contains such a trivial yielder but there probably isn't benefit to depending on it rather than writing one.