| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enhance RwLock documentation and add map methods for read and write guards to... | Alix ANNERAUD | 2025-03-17 | 1 | -6/+57 |
| * | Refactor RwLock implementation to support try_read and try_write methods, enh... | Alix ANNERAUD | 2025-03-17 | 1 | -17/+253 |
| * | Remove blocking read-write lock module and its references and refactor rwlock... | Alix ANNERAUD | 2025-03-16 | 4 | -536/+52 |
| * | Remove unnecessary comment in CriticalSectionRawRwLock implementation | Alix ANNERAUD | 2025-02-28 | 1 | -2/+0 |
| * | Refactor imports in raw read-write lock module for clarity | Alix ANNERAUD | 2025-02-28 | 1 | -1/+2 |
| * | Remove obsolete `raw_rwlock.rs` file | Alix ANNERAUD | 2025-02-28 | 1 | -0/+0 |
| * | Implement read-write lock methods in CriticalSectionRawRwLock and update tests | Alix ANNERAUD | 2025-02-28 | 2 | -7/+52 |
| * | Fix module references in blocking read-write lock implementation | Alix ANNERAUD | 2025-02-28 | 2 | -18/+18 |
| * | Refactor blocking read-write lock module structure and improve assertions in ... | Alix ANNERAUD | 2025-02-28 | 3 | -129/+265 |
| * | Add blocking read-write lock implementation and remove obsolete tests | Alix ANNERAUD | 2025-02-28 | 4 | -86/+381 |
| * | Add `RawRwLock` trait and `RawRwLockImpl` struct implementation | Alix ANNERAUD | 2025-02-28 | 2 | -86/+86 |
| * | (no commit message) | Alix ANNERAUD | 2025-02-28 | 2 | -142/+231 |
| * | Add RwLock to embassy-sync | Alix ANNERAUD | 2025-02-28 | 2 | -0/+257 |
| * | Merge pull request #3797 from stargazing-dino/add-channel-stream | Dario Nieuwenhuis | 2025-02-19 | 1 | -0/+22 |
| |\ |
|
| | * | add stream impl | Rex Magana | 2025-01-22 | 1 | -0/+22 |
| * | | Add must_use to MutexGuard | wackazong | 2025-02-04 | 1 | -0/+1 |
| * | | Fix issue #3828 | lsartory | 2025-02-01 | 1 | -2/+14 |
| * | | embassy-sync: fix clear() to wake senders | ibuki2003 | 2025-01-26 | 4 | -0/+12 |
| |/ |
|
| * | remove from sender | Bronson | 2025-01-20 | 1 | -11/+0 |
| * | added remove_if to priority channel | Bronson | 2025-01-20 | 1 | -0/+42 |
| * | feat: add dynamic dispatch variants of pipe | Ulf Lilleengen | 2025-01-15 | 1 | -0/+273 |
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 4 | -20/+20 |
| * | Generalize AtomicWaker | Dániel Buga | 2024-11-22 | 1 | -10/+32 |
| * | remove option | Bronson | 2024-11-10 | 1 | -3/+3 |
| * | fix formatting | Bronson | 2024-11-10 | 1 | -1/+1 |
| * | added watch new_with() | Bronson | 2024-11-10 | 1 | -15/+27 |
| * | add default data to watch new() | Bronson | 2024-11-10 | 1 | -16/+16 |
| * | Merge pull request #3358 from mammothbane/main | Dario Nieuwenhuis | 2024-10-21 | 2 | -0/+93 |
| |\ |
|
| | * | embassy_sync: `Sink` adapter for `pubsub::Pub` | Nathan Perry | 2024-09-20 | 2 | -0/+93 |
| * | | embassy-sync: fixed some clippy warnings | Oliver Rockstedt | 2024-10-07 | 3 | -3/+4 |
| * | | Add capacity, free_capacity, clear, len, is_empty and is_full functions to pr... | Oliver Rockstedt | 2024-10-07 | 1 | -0/+84 |
| * | | Add capacity, free_capacity, clear, len, is_empty and is_full functions to Ch... | Oliver Rockstedt | 2024-10-07 | 1 | -0/+84 |
| * | | Merge pull request #3393 from sourcebox/sync-additions | Dario Nieuwenhuis | 2024-10-06 | 1 | -3/+88 |
| |\ \ |
|
| | * | | embassy-sync: renamed field len to capacity on zerocopy_channel state | Oliver Rockstedt | 2024-10-06 | 1 | -5/+6 |
| | * | | embassy-sync: fix len calculation for zerocopy_channel | Oliver Rockstedt | 2024-10-06 | 1 | -1/+9 |
| | * | | embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channel | Oliver Rockstedt | 2024-10-05 | 1 | -0/+76 |
| * | | | docs: fix Sender/Receiver typo | Chris Maniewski | 2024-10-05 | 1 | -2/+2 |
| |/ / |
|
| * | | Reverse generics order, remove spin_get | Peter Krull | 2024-09-24 | 1 | -26/+2 |
| * | | Added SealedWatchBehavior to limit access to core functions | Peter Krull | 2024-09-23 | 1 | -66/+71 |
| * | | Discontinue peek, add AnonReceiver | Peter Krull | 2024-09-23 | 1 | -151/+289 |
| * | | Merge branch 'embassy-rs:main' into multi-signal | Peter Krull | 2024-09-23 | 15 | -77/+1806 |
| |\| |
|
| | * | embassy_sync/pubsub: fix PubSubBehavior visibility | Nathan Perry | 2024-09-19 | 1 | -28/+28 |
| | * | embassy-sync: more unit-test for LazyLock | wanglei | 2024-07-31 | 1 | -0/+47 |
| | * | embassy-sync: fix the data of LazyLock never drop | wanglei | 2024-07-31 | 1 | -10/+31 |
| | * | embassy-sync: add LazyLock | Samuel Tardieu | 2024-07-29 | 2 | -0/+85 |
| | * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| | * | Merge pull request #3054 from dvdsk/clonable-errors | Dario Nieuwenhuis | 2024-06-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | Add Clone and Copy to Error types | dvdsk | 2024-06-06 | 1 | -1/+1 |
| | * | | embassy-sync: remove T: Send for Signal<M, T> | Jesse Stuart | 2024-06-05 | 1 | -1/+1 |
| | |/ |
|