haskell-phrasebook icon indicating copy to clipboard operation
haskell-phrasebook copied to clipboard

Queues

Open chris-martin opened this issue 6 years ago • 4 comments

Haskell really shines at concurrent programming and it makes me happy. I've love to have an example that uses TQueue and/or TBQueue.

chris-martin avatar Sep 30 '19 21:09 chris-martin

Is my example good enough or do I need to rework it? I wanted to show how it's possible to use TQueue and TBQueue as clear as it's possible. I hope I did it, but in case I missed something (or did something wrong), Ill be happy to fix it.

DKurilo avatar Oct 03 '19 01:10 DKurilo

PR #18 adds one page on queues.

Queues are a topic we'd like to come back to and cover more expansively, so we will re-open this issue for the time being.

argumatronic avatar Oct 16 '19 19:10 argumatronic

Note to self+others: see https://github.com/typeclasses/haskell-phrasebook/pull/39#issuecomment-648454636

chris-martin avatar Jul 17 '20 06:07 chris-martin

I'll add a PR with my do-re-mi example and mention this issue.

friedbrice avatar Aug 18 '20 14:08 friedbrice