jberryman / unagi-chan

A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
BSD 3-Clause "New" or "Revised" License
127 stars 15 forks source link

Document behaviour of reading from "finished" channel? #27

Open Porges opened 6 years ago

Porges commented 6 years ago

In the NoBlocking documentation (under isActive), it says:

Note that in the blocking implementations a BlockedIndefinitelyOnMVar exception is raised, so this function is unnecessary.

I can't see this mentioned anywhere in the blocking documentation...