Alix ANNERAUD
|
181a324b4d
|
Refactor RwLock implementation by removing unused map methods and cleaning up code for improved readability
|
2025-04-12 12:26:48 +02:00 |
|
Alix ANNERAUD
|
bce15cc813
|
Enhance RwLock documentation and add map methods for read and write guards to improve data access flexibility
|
2025-03-17 20:03:36 +01:00 |
|
Alix ANNERAUD
|
41276de34f
|
Refactor RwLock implementation to support try_read and try_write methods, enhancing lock acquisition flexibility
|
2025-03-17 19:56:17 +01:00 |
|
Alix ANNERAUD
|
e557ca9606
|
Remove blocking read-write lock module and its references and refactor rwlock for a simpler approach
|
2025-03-16 21:45:25 +01:00 |
|
Alix ANNERAUD
|
9cbdc9f11d
|
Implement read-write lock methods in CriticalSectionRawRwLock and update tests
|
2025-02-28 23:26:59 +01:00 |
|
Alix ANNERAUD
|
5568478225
|
Fix module references in blocking read-write lock implementation
|
2025-02-28 16:41:41 +01:00 |
|
Alix ANNERAUD
|
33cf27adf6
|
Refactor blocking read-write lock module structure and improve assertions in ThreadModeRawRwLock
|
2025-02-28 16:32:12 +01:00 |
|
Alix ANNERAUD
|
6904b0cc64
|
|
2025-02-28 16:10:15 +01:00 |
|
Alix ANNERAUD
|
025d9f6e98
|
Add RwLock to embassy-sync
Fixes #1394
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/embassy-rs/embassy/issues/1394?shareId=XXXX-XXXX-XXXX-XXXX).
|
2025-02-28 15:52:07 +01:00 |
|