smol-rs / concurrent-queue

Concurrent multi-producer multi-consumer queue
Apache License 2.0
254 stars 21 forks source link

Implement UnwindSafe on core #48

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

We can do the same thing as https://github.com/smol-rs/event-listener/pull/78. https://github.com/smol-rs/concurrent-queue/blob/cbdf9e88e150669249e3c2ae96a9f7d743ae9b1c/src/lib.rs#L102-L105 https://github.com/smol-rs/concurrent-queue/blob/cbdf9e88e150669249e3c2ae96a9f7d743ae9b1c/Cargo.toml#L13