ricosjp / truck

Truck is a Rust CAD Kernel.
Apache License 2.0
992 stars 53 forks source link

Replace `Mutex` with `parking_lot::Mutex` and `Arc` with `rclite::Arc` #46

Closed virtualritz closed 1 year ago

virtualritz commented 1 year ago

Rationale:

virtualritz commented 1 year ago

If you agree I am happy to do the required changes and open a PR.

ytanimura commented 1 year ago

Thank you for the introduction. We would love to include it. These crates have a lot of downloads and seem reliable. There are a few things we are concerned about, such as behavior with wasm, but those can be found by turning CI in our GitLab. Please send me a pull request.

virtualritz commented 1 year ago

Please send me a pull request.

Done! It's now part of #48.

virtualritz commented 1 year ago

Fixed with merge of #48.