aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src
Commit message (Expand)AuthorAgeFilesLines
* embassy-sync: Don't drop wakers in Signal::resetMatthew Tran2025-08-281-1/+1
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-1918-0/+64
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-0/+5
* Merge pull request #4485 from AnthonyGrondin/feat/lazy-lock-mutUlf Lilleengen2025-08-081-0/+15
|\
| * feat(embassy-sync): Add `get_mut` for `LazyLock`Anthony Grondin2025-07-301-0/+15
* | embassy-sync: Update `MultiWakerRegistration::register` docsBrezak2025-08-011-1/+3
|/
* Merge pull request #4385 from us-irs/some-minor-doc-fixesJames Munns2025-07-094-8/+8
|\
| * Update embassy-sync/src/pubsub/publisher.rsRobin Mueller2025-07-091-1/+1
| * Update embassy-sync/src/priority_channel.rsRobin Mueller2025-07-091-1/+1
| * Update embassy-sync/src/priority_channel.rsRobin Mueller2025-07-091-1/+1
| * Update embassy-sync/src/mutex.rsRobin Mueller2025-07-091-1/+1
| * some minor documentation fixesRobin Mueller2025-07-094-8/+8
* | add embassy sync channel example for message passing between interrupt and taskRobin Mueller2025-07-091-0/+25
|/
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-041-4/+4
* fix missing sync boundsMelvin Wang2025-06-182-2/+7
* Remove futures-util where unnecessaryDániel Buga2025-06-162-3/+3
* Rename SendableDynamicReceiver to SendDynamicReceiverCorey Schuhen2025-05-291-7/+7
* Merge pull request #4262 from cschuhen/send_on_dynamic_channelUlf Lilleengen2025-05-281-0/+106
|\
| * Make Sync capable versions of DynamicSender and DynamicReceiver.Corey Schuhen2025-05-281-0/+106
* | feat: add support for channel peekUlf Lilleengen2025-05-282-0/+142
|/
* clarify docs for signal and watchJuliDi2025-05-042-4/+5
* docs: extend the waker documentationckrenslehner2025-04-264-0/+12
* Merge pull request #3932 from AlixANNERAUD/add-rwlockDario Nieuwenhuis2025-04-142-0/+388
|\
| * 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-164-536/+52
| * Remove unnecessary comment in CriticalSectionRawRwLock implementationAlix ANNERAUD2025-02-281-2/+0
| * Refactor imports in raw read-write lock module for clarityAlix ANNERAUD2025-02-281-1/+2
| * Remove obsolete `raw_rwlock.rs` fileAlix ANNERAUD2025-02-281-0/+0
| * Implement read-write lock methods in CriticalSectionRawRwLock and update testsAlix ANNERAUD2025-02-282-7/+52
| * Fix module references in blocking read-write lock implementationAlix ANNERAUD2025-02-282-18/+18
| * Refactor blocking read-write lock module structure and improve assertions in ...Alix ANNERAUD2025-02-283-129/+265
| * Add blocking read-write lock implementation and remove obsolete testsAlix ANNERAUD2025-02-284-86/+381
| * Add `RawRwLock` trait and `RawRwLockImpl` struct implementationAlix ANNERAUD2025-02-282-86/+86
| * (no commit message)Alix ANNERAUD2025-02-282-142/+231
| * Add RwLock to embassy-syncAlix ANNERAUD2025-02-282-0/+257
* | docs: fix a typoCyril Marpaud2025-03-311-1/+1
* | Add note about RefCell alternativeAlexander van Saase2025-03-211-2/+5
* | embassy-sync: add lock_mut to blocking_mutex::MutexAlexander van Saase2025-03-191-0/+14
|/
* Merge pull request #3797 from stargazing-dino/add-channel-streamDario Nieuwenhuis2025-02-191-0/+22
|\
| * add stream implRex Magana2025-01-221-0/+22
* | Add must_use to MutexGuardwackazong2025-02-041-0/+1
* | Fix issue #3828lsartory2025-02-011-2/+14
* | embassy-sync: fix clear() to wake sendersibuki20032025-01-264-0/+12
|/
* remove from senderBronson2025-01-201-11/+0
* added remove_if to priority channelBronson2025-01-201-0/+42
* feat: add dynamic dispatch variants of pipeUlf Lilleengen2025-01-151-0/+273
* Desugar some async fnsDániel Buga2024-12-304-20/+20
* Generalize AtomicWakerDániel Buga2024-11-221-10/+32