aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
Commit message (Expand)AuthorAgeFilesLines
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-1/+1
* sync/signal: Implement Default for SignalMatt Johnston2022-11-221-0/+9
* Derive Default for WakerRegistrationMatt Johnston2022-11-061-1/+1
* Release embassy-sync, embassy-time v0.1.0Dario Nieuwenhuis2022-10-261-0/+3
* Update Rust nightly.Dario Nieuwenhuis2022-10-262-10/+10
* Forgot to add space function to immediate publisherDion Dokter2022-10-051-0/+8
* Add required info to embassy-sync packageUlf Lilleengen2022-10-042-2/+32
* Went back to named futures but now with must_useDion Dokter2022-09-293-7/+8
* Futures in pub & sub are now awaited instead of returned for better user comp...Dion Dokter2022-09-293-5/+92
* Remove default, reorder generic paramsivmarkov2022-09-251-9/+10
* Remove default, reorder generic paramsivmarkov2022-09-241-1/+0
* Parameterize Signal with RawMutexivmarkov2022-09-241-28/+41
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-222-4/+3
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
* Make rustfmt happyJoakim Hulthe2022-09-161-1/+3
* Add .into_inner() and .get_mut() to MutexJoakim Hulthe2022-09-161-0/+14
* sync/signal: wake old waker on overflow instead of panicking.Dario Nieuwenhuis2022-09-121-1/+5
* Add missing std feature for embassy-syncUlf Lilleengen2022-08-291-0/+1
* Add README for embassy-syncUlf Lilleengen2022-08-232-1/+13
* Fix warnings after crate splitUlf Lilleengen2022-08-231-2/+2
* sync: flatten module structure.Dario Nieuwenhuis2022-08-227-9/+6
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-2218-0/+3219