Skip to content
Snippets Groups Projects
Commit 8e5498a7 authored by Jens Nolte's avatar Jens Nolte
Browse files

Fix comments

parent 1bf40aad
No related branches found
No related tags found
No related merge requests found
......@@ -200,9 +200,9 @@ sharedInterval barUpdateChannel seconds = do
clickAction = Just (updateClickHandler blockOutput)
}
if success
-- store new BlockProducer back into MVar
-- Store new BlockProducer back into MVar
then return (pullBlockProducer blockProducer', True)
-- mailbox is closed, stop running producer
-- Mailbox is sealed, stop running producer
else return (PullBlockProducer $ return (), False)
where
updateClickHandler :: BlockOutput -> Click -> IO ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment