We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927d805 commit 148e43dCopy full SHA for 148e43d
talpid-windows/src/io.rs
@@ -14,8 +14,6 @@ pub struct Overlapped {
14
15
// SAFETY: Both OVERLAPPED and Event is used for async I/O, so this *should* be safe.
16
unsafe impl Send for Overlapped {}
17
-// SAFETY: See above.
18
-unsafe impl Sync for Overlapped {}
19
20
impl Overlapped {
21
/// Creates an `OVERLAPPED` object with `hEvent` set.
0 commit comments