tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.13k stars 111 forks source link

Avoid double panic when queued_spawn is dropped #304

Open adrianheine opened 1 year ago

adrianheine commented 1 year ago

This is in the spirit of #297 on the quest to avoid double panics.

Edit: This is not only ›in the spirit of‹, it directly depends on it.

adrianheine commented 1 year ago

The CI failure is rust-lang/rust#108988.