add comment
authorSimon Marlow <marlowsd@gmail.com>
Wed, 7 Jan 2009 12:11:42 +0000 (12:11 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 7 Jan 2009 12:11:42 +0000 (12:11 +0000)
rts/RaiseAsync.c

index 1a57e47..e65cea3 100644 (file)
@@ -558,6 +558,9 @@ maybePerformBlockedException (Capability *cap, StgTSO *tso)
     return 0;
 }
 
+// awakenBlockedExceptionQueue(): Just wake up the whole queue of
+// blocked exceptions and let them try again.
+
 void
 awakenBlockedExceptionQueue (Capability *cap, StgTSO *tso)
 {