aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/once_lock.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+10
| | | | All tests green
* fix missing sync boundsMelvin Wang2025-06-181-1/+1
|
* Desugar some async fnsDániel Buga2024-12-301-3/+2
|
* embassy-sync: fixed some documentation typosOliver Rockstedt2024-05-221-3/+3
|
* Fix: typoQWS2024-05-101-1/+1
|
* This one is for ci/rustfmtPeter Krull2024-03-031-2/+1
|
* Add OnceLock sync primitivePeter Krull2024-03-031-0/+237