[Haskell-cafe] stm onCommit

Silvio Frischknecht silvio.frischi at gmail.com
Mon Jul 6 11:55:59 UTC 2015


> You can't use atomically inside unsafePerformIO.

It's not really inside unsafePerformIO. It's in a separate thread
spawned by unsafePerformIO. Anyway, it seems to work correctly.

Silvio


More information about the Haskell-Cafe mailing list