aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
Commit message (Expand)AuthorAgeFilesLines
* 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
* chore: bump embassy-sync versionUlf Lilleengen2025-01-152-1/+3
* feat: add dynamic dispatch variants of pipeUlf Lilleengen2025-01-152-0/+277
* Desugar some async fnsDániel Buga2024-12-304-20/+20
* Bump sync version (#3562)Dániel Buga2024-11-222-2/+2
* Generalize AtomicWakerDániel Buga2024-11-222-10/+33
* remove optionBronson2024-11-101-3/+3
* fix formattingBronson2024-11-101-1/+1
* added watch new_with()Bronson2024-11-101-15/+27
* add default data to watch new()Bronson2024-11-101-16/+16
* Merge pull request #3358 from mammothbane/mainDario Nieuwenhuis2024-10-213-1/+95
|\
| * embassy_sync: `Sink` adapter for `pubsub::Pub`Nathan Perry2024-09-203-1/+95
* | embassy-sync: made changelog formatting more consistentOliver Rockstedt2024-10-071-9/+9
* | embassy-sync: added Watch primitive to changelogOliver Rockstedt2024-10-071-0/+1
* | embassy-sync: fixed some clippy warningsOliver Rockstedt2024-10-073-3/+4
* | Add capacity, free_capacity, clear, len, is_empty and is_full functions to pr...Oliver Rockstedt2024-10-072-0/+85
* | embassy-sync: fixed link to priority_channel in READMEOliver Rockstedt2024-10-071-1/+1
* | Minor changelog fixOliver Rockstedt2024-10-071-1/+1
* | Add capacity, free_capacity, clear, len, is_empty and is_full functions to Ch...Oliver Rockstedt2024-10-072-0/+85
* | Merge pull request #3393 from sourcebox/sync-additionsDario Nieuwenhuis2024-10-062-3/+89
|\ \
| * | embassy-sync: renamed field len to capacity on zerocopy_channel stateOliver Rockstedt2024-10-061-5/+6
| * | embassy-sync: fix len calculation for zerocopy_channelOliver Rockstedt2024-10-061-1/+9
| * | embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channelOliver Rockstedt2024-10-052-0/+77
* | | docs: fix Sender/Receiver typoChris Maniewski2024-10-051-2/+2
* | | Add Watch to embassy-sync READMErafael2024-10-051-0/+1
|/ /
* | Reverse generics order, remove spin_getPeter Krull2024-09-241-26/+2
* | Added SealedWatchBehavior to limit access to core functionsPeter Krull2024-09-231-66/+71
* | Discontinue peek, add AnonReceiverPeter Krull2024-09-231-151/+289
* | Merge branch 'embassy-rs:main' into multi-signalPeter Krull2024-09-2320-109/+1923
|\|
| * embassy_sync/pubsub: fix PubSubBehavior visibilityNathan Perry2024-09-191-28/+28
| * Fix link to PriorityChannelRafael Bachmann2024-08-181-1/+1
| * embassy-sync: more unit-test for LazyLockwanglei2024-07-311-0/+47
| * embassy-sync: fix the data of LazyLock never dropwanglei2024-07-311-10/+31
| * embassy-sync: add LazyLockSamuel Tardieu2024-07-294-0/+88
| * Update to Rust 1.80, make check-cfg unconditional.Dario Nieuwenhuis2024-07-251-20/+1
| * Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
| * Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
| * Update stable to Rust 1.79.Dario Nieuwenhuis2024-06-131-0/+4
| * Merge pull request #3054 from dvdsk/clonable-errorsDario Nieuwenhuis2024-06-091-1/+1
| |\
| | * Add Clone and Copy to Error typesdvdsk2024-06-061-1/+1
| * | embassy-sync: remove T: Send for Signal<M, T>Jesse Stuart2024-06-051-1/+1
| |/
| * Copy build_common.rs into each crate, to make cargo publish happyJan Špaček2024-05-312-1/+110
| * Emit cargo:rustc-check-cfg instructions from build.rsJan Špaček2024-05-302-29/+5
| * remove duplicate entryUlf Lilleengen2024-05-291-1/+0