Amanieu / parking_lot

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
Apache License 2.0
2.77k stars 217 forks source link

Revert #379 #383

Closed daxpedda closed 1 year ago

daxpedda commented 1 year ago

This reverts https://github.com/Amanieu/parking_lot/pull/379 for two reasons:

In the meantime, thread-id now supports wasm32-unknown-unknown (https://github.com/ruuda/thread-id/pull/12) in v4.1, so parking_lot_core now inherited that support without any changes required.