Allow synchronous win32 I/O to be interrupted, too
[sbcl.git] / src / runtime / safepoint.c
index 08b56d7..d94a61e 100644 (file)
@@ -831,6 +831,7 @@ void
 wake_thread_io(struct thread * thread)
 {
     SetEvent(thread->private_events.events[1]);
+    win32_maybe_interrupt_io(thread);
 }
 
 void