Skip to content
/ skirt Public

Synchronization primitives that rely on spin-locking mechanisms.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

abbiepup/skirt

Skirt

Warning

This project is currently under development, and things might change rapidly.

The behavior of these locks is similar to their counterparts in std::sync, but with a few key differences.

  • Locks are not poisoned if a thread panics while holding them.
  • Threads encountering an unavailable lock will busy-wait in a loop until it's available, without yielding. |

Contributing

Note

All contributions to this project must comply with the Rust standard licensing model MIT OR Apache 2.0 and will be dual-licensed accordingly, without additional terms or conditions.

License

This project is dual licensed and distributed under the terms of MIT OR Apache 2.0.

About

Synchronization primitives that rely on spin-locking mechanisms.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Languages