Closed yoshuawuyts closed 7 months ago
Makes progress towards lifting some of the items from futures-time into this crate: https://github.com/yoshuawuyts/futures-time/issues/5#issuecomment-1656982002
futures-time
Critically this does not introduce any additional runtime dependencies; it's mostly just new control flow constructs based on the race concurrency primitive.
race
Both clippy and miri run on nightly, which is currently failing because of https://github.com/rust-lang/rust/issues/121708. We should probably wait for that to resolve before merging.
Makes progress towards lifting some of the items from
futures-time
into this crate: https://github.com/yoshuawuyts/futures-time/issues/5#issuecomment-1656982002Critically this does not introduce any additional runtime dependencies; it's mostly just new control flow constructs based on the
race
concurrency primitive.