yesodweb / yesod-scaffold

The Yesod scaffolding, with branches for different versions.
MIT License
76 stars 39 forks source link

DevelMain should use forkFinally #182

Closed parsonsmatt closed 5 years ago

parsonsmatt commented 6 years ago

@k0001 says in a PR review:

You probably want to use forkFinally. Check the mask and forkIO section here: https://www.safaribooksonline.com/library/view/parallel-and-concurrent/9781449335939/ch09.html

snoyberg commented 6 years ago

Good catch, thanks! I've opened #183 to fix this and update the docs.

arrowd commented 5 years ago

This can be closed, I guess?

psibi commented 5 years ago

Yeah. Thanks for reminding!