1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2025-01-05 11:36:47 +09:00
Commit graph

1 commit

Author SHA1 Message Date
fr33domlover
adaa920aa4 Launch service thread with a function that re-throws if they fail
In Haskell by default if a thread has an exception, the main thread isn't
notified at all. This patch changes service thread launching to re-throw their
exceptions in the main thread, so that their failure is noticed.
2019-01-14 22:03:49 +00:00