mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-19 18:32:42 +00:00
Merge pull request #3052 from jvatic/main
embassy-sync: remove T: Send for Signal<M, T>
This commit is contained in:
commit
4a4b8c9b8d
@ -65,7 +65,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<M, T: Send> Signal<M, T>
|
||||
impl<M, T> Signal<M, T>
|
||||
where
|
||||
M: RawMutex,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user