Hi All,

Say I have a haskell function 'f' that does a forkIO and starts an action "a".  I create a DLL of this haskell code and inovke "f" from C. Can I expect the "a" to continue to run once "f" has returned to C?

Regards,
Kashyap