HackerTrans
トップ新着トレンドコメント過去質問紹介求人

haskell17373

no profile record

コメント

haskell17373
·昨年·議論
It's maybe interesting to note that the `async` library in use here is very simple and easy to understand. Nearly every function is one or two lines. Likewise `TQueue` is extremely simple (and easy to prove correct) thanks to STM, and also generally has good performance.