summaryrefslogtreecommitdiff
path: root/embassy-sync
AgeCommit message (Expand)Author
2022-10-05Forgot to add space function to immediate publisherDion Dokter
2022-10-04Add required info to embassy-sync packageUlf Lilleengen
2022-09-29Went back to named futures but now with must_useDion Dokter
2022-09-29Futures in pub & sub are now awaited instead of returned for better user comp...Dion Dokter
2022-09-25Remove default, reorder generic paramsivmarkov
2022-09-24Remove default, reorder generic paramsivmarkov
2022-09-24Parameterize Signal with RawMutexivmarkov
2022-09-22Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-16Make rustfmt happyJoakim Hulthe
2022-09-16Add .into_inner() and .get_mut() to MutexJoakim Hulthe
2022-09-12sync/signal: wake old waker on overflow instead of panicking.Dario Nieuwenhuis
2022-08-29Add missing std feature for embassy-syncUlf Lilleengen
2022-08-23Add README for embassy-syncUlf Lilleengen
2022-08-23Fix warnings after crate splitUlf Lilleengen
2022-08-22sync: flatten module structure.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis