diff options
| author | Mathias <[email protected]> | 2023-02-13 14:55:15 +0100 |
|---|---|---|
| committer | Mathias <[email protected]> | 2023-02-13 14:55:15 +0100 |
| commit | 218b44652c149f895919b606a660b6eff30e8177 (patch) | |
| tree | 5f985f6edd12926a6f374c17a3a0c3a4226088e7 /embassy-sync/src/waitqueue/waker.rs | |
| parent | 86113e199f37fe0888979608a08bfdaf21bff19a (diff) | |
| parent | 41a563aae3e474955892b27487e185f5f486f525 (diff) | |
Rebase on master
Diffstat (limited to 'embassy-sync/src/waitqueue/waker.rs')
| -rw-r--r-- | embassy-sync/src/waitqueue/waker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/src/waitqueue/waker.rs b/embassy-sync/src/waitqueue/waker.rs index 64e300eb8..9ce94a089 100644 --- a/embassy-sync/src/waitqueue/waker.rs +++ b/embassy-sync/src/waitqueue/waker.rs | |||
| @@ -6,7 +6,7 @@ use crate::blocking_mutex::raw::CriticalSectionRawMutex; | |||
| 6 | use crate::blocking_mutex::Mutex; | 6 | use crate::blocking_mutex::Mutex; |
| 7 | 7 | ||
| 8 | /// Utility struct to register and wake a waker. | 8 | /// Utility struct to register and wake a waker. |
| 9 | #[derive(Debug)] | 9 | #[derive(Debug, Default)] |
| 10 | pub struct WakerRegistration { | 10 | pub struct WakerRegistration { |
| 11 | waker: Option<Waker>, | 11 | waker: Option<Waker>, |
| 12 | } | 12 | } |
