Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.
/ spinny Public archive

(Deprecated) Spinlock-oriented RwLock based on spinning

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

notgull/spinny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spinny

This crate is now deprecated in favor of spin, which is now maintained again.

Build Status crates.io docs.rs

Provides an RwLock-like struct that is no_std compatible and based on spinlocks. Made this because I couldn't find an equivalent that already existed that wasn't unmaintained.

Thanks

Thank you to mvdnes for creating the original spin crate, which this crate is inspired by.

License

Dual licensed under the MIT License and Apache-2.0 License at the user's option.

About

(Deprecated) Spinlock-oriented RwLock based on spinning

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages