| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | Add OnceLock sync primitive | Peter Krull | 2024-03-03 | 2 | -0/+238 |
| | * | | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | * | | Doc update: signaled does not clear signal | Noah Bliss | 2024-03-20 | 1 | -1/+1 |
| | * | | rustfmt | Ulf Lilleengen | 2024-03-12 | 1 | -7/+3 |
| | * | | Add conversion into dyn variants for channel futures | Ulf Lilleengen | 2024-03-12 | 1 | -0/+19 |
| | * | | Merge pull request #2660 from embassy-rs/zerocopy-docs | Dario Nieuwenhuis | 2024-03-04 | 1 | -5/+2 |
| | |\ \ |
|
| | | * | | docs: clarify capabilities of zerocopy channel | Ulf Lilleengen | 2024-03-04 | 1 | -5/+2 |
| | | |/ |
|
| | * / | Add constructor for dynamic channel | Peter Krull | 2024-03-02 | 1 | -1/+21 |
| | |/ |
|
| * | | This one is for cargo fmt | Peter Krull | 2024-03-02 | 1 | -1/+1 |
| * | | Reintroduce predicate methods. Add ability for sender to modify value in-place. | Peter Krull | 2024-03-02 | 1 | -7/+260 |
| * | | Forgot to update doc comment | Peter Krull | 2024-02-29 | 1 | -1/+1 |
| * | | Update tests to reflect changes in previous commit | Peter Krull | 2024-02-29 | 1 | -9/+9 |
| * | | Use Option instead of Result for receiver creation since it is the only way i... | Peter Krull | 2024-02-29 | 1 | -16/+11 |
| * | | Added sender types, support for dropping receivers, converting to dyn-types, ... | Peter Krull | 2024-02-29 | 1 | -147/+374 |
| * | | Changed name to `Watch`, added `DynReceiver`, `get`-method and more reworks. | Peter Krull | 2024-02-28 | 3 | -530/+516 |
| * | | Updated formatting | Peter Krull | 2024-02-14 | 1 | -4/+9 |
| * | | Got closures to work in async, added bunch of tests | Peter Krull | 2024-02-14 | 1 | -48/+292 |
| * | | Removed unused lifetime, change most fn -> FnMut | Peter Krull | 2024-02-13 | 1 | -14/+12 |
| * | | Change import formatting | Peter Krull | 2024-02-13 | 1 | -11/+8 |
| * | | Add initial implementation of `MultiSignal` sync primitive | Peter Krull | 2024-02-13 | 2 | -0/+286 |
| |/ |
|
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| * | sync/pipe: be able to be zero-initialized | Sam Lakerveld | 2024-02-01 | 1 | -11/+11 |
| * | Remove nightly autodetects. | Dario Nieuwenhuis | 2024-01-10 | 1 | -2/+0 |
| * | Put waiting state back if any | Rasmus Melchior Jacobsen | 2023-12-20 | 1 | -1/+4 |
| * | feat(embassy-sync): Add try_take() to signal | Rasmus Melchior Jacobsen | 2023-12-20 | 1 | -0/+11 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 2 | -57/+52 |
| * | revert module changes, reexport heapless relevant items | Scott Mabin | 2023-11-20 | 3 | -8/+6 |
| * | docs | Scott Mabin | 2023-11-18 | 1 | -1/+5 |
| * | more clean up, refactor channel into module to share code | Scott Mabin | 2023-11-18 | 3 | -48/+6 |
| * | reduce duplication further by sharing Dynamic sender/receiver | Scott Mabin | 2023-11-18 | 2 | -85/+3 |
| * | docs and simple test for priority | Scott Mabin | 2023-11-18 | 1 | -0/+11 |
| * | Reduce duplication, fix tests | Scott Mabin | 2023-11-18 | 2 | -61/+41 |
| * | Priority channel using binary heap | Scott Mabin | 2023-11-18 | 2 | -0/+745 |
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| * | Rename zero_copy -> zerocopy. | Dario Nieuwenhuis | 2023-09-04 | 2 | -1/+1 |
| * | Add docs to zero-copy-channel | Ruben De Smet | 2023-09-04 | 1 | -0/+51 |
| * | Prefer `receive` over `recv` | Ruben De Smet | 2023-09-04 | 1 | -9/+9 |
| * | Move embassy-net-driver-channel::zerocopy_channel to embassy_sync::zero_copy_... | Ruben De Smet | 2023-09-04 | 2 | -0/+210 |
| * | Merge pull request #1854 from bugadani/str | Dario Nieuwenhuis | 2023-09-03 | 2 | -2/+2 |
| |\ |
|
| | * | Use fmt::unwrap | Dániel Buga | 2023-09-02 | 2 | -2/+2 |
| * | | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| * | | sync/pipe: impl BufRead. | Dario Nieuwenhuis | 2023-08-30 | 2 | -125/+227 |
| |/ |
|
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctx | Dario Nieuwenhuis | 2023-08-22 | 1 | -54/+136 |
| |\ |
|
| | * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 1 | -44/+44 |
| | * | Implement Channel::poll_receive(..) -> Poll<T> | Ruben De Smet | 2023-08-11 | 1 | -4/+39 |
| | * | Channel poll methods return Poll instead of bool | Ruben De Smet | 2023-08-11 | 1 | -14/+22 |
| | * | Expose poll_ready_to_{send,receive} in Sender/Receiver | Ruben De Smet | 2023-08-11 | 1 | -0/+39 |
| * | | Fix typo | Dániel Buga | 2023-08-15 | 1 | -1/+1 |
| |/ |
|
| * | embassy-sync: manual Copy impls for channel and pipe | Sam Lakerveld | 2023-08-08 | 2 | -6/+12 |