Browse Source

fix a comment

master
Philipp Balzarek 13 years ago
parent
commit
6e504c3135
  1. 3
      source/Network/Xmpp/Concurrent/Threads.hs

3
source/Network/Xmpp/Concurrent/Threads.hs

@ -103,8 +103,7 @@ readWorker messageC presenceC stanzaC iqHands handlers stateRef =
return Nothing return Nothing
-- While waiting for the first semaphore(s) to flip we might receive another -- While waiting for the first semaphore(s) to flip we might receive another
-- interrupt. When that happens we add it's semaphore to the list and retry -- interrupt. When that happens we add it's semaphore to the list and retry
-- waiting. We do this because we might receive another interrupt while -- waiting. We do this because we might receive another
-- recovering from the last one. We do this because we might receive another
-- interrupt while we're waiting for a mutex to unlock; if that happens, the -- interrupt while we're waiting for a mutex to unlock; if that happens, the
-- new interrupt is added to the list and is waited for as well. -- new interrupt is added to the list and is waited for as well.
handleInterrupts :: [TMVar ()] -> IO [()] handleInterrupts :: [TMVar ()] -> IO [()]

Loading…
Cancel
Save