| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` | Curly | 2025-08-19 | 1 | -0/+6 |
| | | | | | All tests green | ||||
| * | Update embassy-sync/src/pubsub/publisher.rs | Robin Mueller | 2025-07-09 | 1 | -1/+1 |
| | | | | Co-authored-by: James Munns <[email protected]> | ||||
| * | some minor documentation fixes | Robin Mueller | 2025-07-09 | 1 | -1/+1 |
| | | |||||
| * | embassy_sync: `Sink` adapter for `pubsub::Pub` | Nathan Perry | 2024-09-20 | 1 | -0/+67 |
| | | | | | | | | | Corresponding to the `Stream` impl for `pubsub::Sub`. Notable difference is that we need a separate adapter type to store the pending item, i.e. we can't `impl Sink for Pub` directly. Instead a method `Pub::sink(&self)` is exposed, which constructs a `PubSink`. | ||||
| * | embassy-sync: Add clear function to all channels | Oliver Rockstedt | 2024-05-22 | 1 | -0/+10 |
| | | |||||
| * | Expose new length functions in the subs and pubs | Dion Dokter | 2024-05-20 | 1 | -10/+48 |
| | | |||||
| * | Forgot to add space function to immediate publisher | Dion Dokter | 2022-10-05 | 1 | -0/+8 |
| | | |||||
| * | Went back to named futures but now with must_use | Dion Dokter | 2022-09-29 | 1 | -3/+3 |
| | | |||||
| * | Futures in pub & sub are now awaited instead of returned for better user ↵ | Dion Dokter | 2022-09-29 | 1 | -2/+11 |
| | | | | | | | compiler diagnostics. Added functions for reading how many messages are available | ||||
| * | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 1 | -0/+182 |
