anylock

Crates.ioanylock
lib.rsanylock
version0.1.6
sourcesrc
created_at2024-11-07 09:05:35.751709
updated_at2024-11-15 19:25:30.133658
descriptionAnyLock Polymorphic Locks
homepagehttps://github.com/boondocklabs/anylock
repositoryhttps://github.com/boondocklabs/anylock
max_upload_size
id1439606
size16,654
Matt Thompson (boondocklabs)

documentation

https://docs.rs/anylock

README

AnyLock Polymorphic Locks

Provides a unified lock interface trait to various underlying lock implementations

Supported Locks

  • std::sync
  • parking_lot
  • tokio::sync
Commit count: 8

cargo fmt