aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/rwlock.rs
Commit message (Expand)AuthorAgeFilesLines
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+1
* Refactor RwLock implementation by removing unused map methods and cleaning up...Alix ANNERAUD2025-04-121-237/+1
* Enhance RwLock documentation and add map methods for read and write guards to...Alix ANNERAUD2025-03-171-6/+57
* Refactor RwLock implementation to support try_read and try_write methods, enh...Alix ANNERAUD2025-03-171-17/+253
* Remove blocking read-write lock module and its references and refactor rwlock...Alix ANNERAUD2025-03-161-105/+52
* Implement read-write lock methods in CriticalSectionRawRwLock and update testsAlix ANNERAUD2025-02-281-1/+1
* Fix module references in blocking read-write lock implementationAlix ANNERAUD2025-02-281-10/+10
* Refactor blocking read-write lock module structure and improve assertions in ...Alix ANNERAUD2025-02-281-123/+253
* (no commit message)Alix ANNERAUD2025-02-281-142/+145
* Add RwLock to embassy-syncAlix ANNERAUD2025-02-281-0/+256