HackerTrans
TopNewTrendsCommentsPastAskShowJobs

haskell17373

no profile record

comments

haskell17373
·ปีที่แล้ว·discuss
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.