| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add is_x() methods for all EitherN enum variants | Alexander van Saase | 2024-12-14 | 1 | -0/+110 |
| | | |||||
| * | embassy-futures: add select 5 and 6 | Christian Enderle | 2024-10-19 | 1 | -0/+163 |
| | | |||||
| * | fix: `select_slice` is unsound. fixes #3320 | Oleksandr Babak | 2024-09-11 | 1 | -20/+15 |
| | | |||||
| * | 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 |
| | | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | ||||
| * | Fix embassy-futures test failure | Adam Simpkins | 2024-04-14 | 1 | -1/+7 |
| | | | | | | | | Running `cargo test` in embassy-futures was failing. The `no_run` tag on this doc example caused it to still try and compile this example, just not run it, and compilation failed. This updates the example so that it can successfully compile and run. | ||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
| * | fut: add poll_once | xoviat | 2023-06-17 | 1 | -0/+12 |
| | | |||||
| * | fmt: remove unused defmt::timestamp! | Dario Nieuwenhuis | 2023-06-09 | 1 | -3/+0 |
| | | |||||
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 |
| | | |||||
| * | futures: readme, docs improvements. | Dario Nieuwenhuis | 2022-08-29 | 2 | -0/+19 |
| | | |||||
| * | futures: add join_array. | Dario Nieuwenhuis | 2022-08-29 | 1 | -0/+68 |
| | | |||||
| * | futures: move select* and join* to separate modules. | Dario Nieuwenhuis | 2022-08-29 | 3 | -8/+11 |
| | | |||||
| * | futures: add joins | Dario Nieuwenhuis | 2022-08-28 | 2 | -0/+254 |
| | | |||||
| * | futures: add block_on | Dario Nieuwenhuis | 2022-08-28 | 2 | -0/+33 |
| | | |||||
| * | futures: make `select_(slice|array)` hang intead of panicking if empty. | Dario Nieuwenhuis | 2022-08-28 | 1 | -8/+2 |
| | | |||||
| * | futures: add select_slice, rename select_all to select_array. | Dario Nieuwenhuis | 2022-08-28 | 1 | -7/+55 |
| | | |||||
| * | futures: derive defmt for Eithers | Dario Nieuwenhuis | 2022-08-28 | 1 | -0/+3 |
| | | |||||
| * | Add README for embassy-futures | Ulf Lilleengen | 2022-08-23 | 1 | -1/+1 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 4 | -0/+495 |
