
6 Jul
2015
6 Jul
'15
10:49 a.m.
Explicitly pass the TChan that handles on commit actions requiring
that it is initialized at some point prior.
On Mon, Jul 6, 2015 at 10:40 AM, Silvio Frischknecht
Right, it looks like the atomically is inside unsafePerformIO, but it is in the fork. This is part of why it is better to avoid the unsafePerformIO here. Anything it buys is at great cost to clarity.
How would you start the thread without using unsafePerformIO?